Commit Graph

1654 Commits (e2b599051e957bf4ba960ffbd023d83e64965747)

Author SHA1 Message Date
Reinier van der Leer d9cb000f65
Merge pull request #2324 from itaihochman/iss1211
* Use BROWSE_MAX_CHUNK_LENGTH for chunking text
* Fix Issue #1211: GPT-3.5 token limit is lower than the default
2023-04-19 16:40:55 +02:00
Toran Bruce Richards d163c564e5
Update README.md 2023-04-19 23:33:44 +12:00
Toran Bruce Richards d4cef97e2f
Update README.md 2023-04-19 23:30:15 +12:00
Toran Bruce Richards ce8dfcc604
update e-sponsors 2023-04-19 23:29:33 +12:00
Toran Bruce Richards a56459fee3
Update enteprise-sponsors 2023-04-19 23:24:48 +12:00
riensen c5b81b5e10 Adding Allowlisted Plugins via env 2023-04-19 12:50:00 +02:00
Richard Beales fdd79223b0
Merge pull request #2495 from Explorergt92/patch-3
Update README.md Windows run.bat instructions
2023-04-19 07:20:58 +01:00
BillSchumacher a053bb074a
Merge pull request #2494 from richbeales/master
Print the current Git branch on startup - warn if unsupported
2023-04-19 01:00:38 -05:00
John 598eea9851
Update README.md
Correcting the cause of issue #2476
2023-04-19 01:57:47 -04:00
Richard Beales 4ba46307f7 Print the current Git branch on startup - warn if unsupported 2023-04-19 06:57:15 +01:00
Reinier van der Leer 8581ee2c0c
Merge branch 'master' into fix/default-config 2023-04-19 02:51:22 +02:00
BillSchumacher ecf2ba12db
Merge pull request #2032 from bingoko/master
refactoring all json utilities
2023-04-18 19:46:42 -05:00
BillSchumacher 6e94409594
linting 2023-04-18 19:40:14 -05:00
BillSchumacher 239d64a602
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/2032 2023-04-18 19:39:11 -05:00
Walter Nasich f582d9ca49
Delete unused folder /outputs/ (#1130)
Delete unused folder /outputs/ as it is no being used to store output files
2023-04-19 02:36:32 +02:00
BillSchumacher fdaa55a452
Merge pull request #1477 from Tymec/feature/more-image-gen
Image generation improvements
2023-04-18 19:29:24 -05:00
BillSchumacher aeb1178a47
linting 2023-04-18 19:26:18 -05:00
BillSchumacher 5b86682e24
Skip imagegen tests in CI 2023-04-18 19:24:13 -05:00
BillSchumacher 7086961e00
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1477 2023-04-18 19:20:24 -05:00
Will Callender 8532307b2f
Rename `evaluate_code` to `analyze_code` (#1371)
ChatGPT is less confused by this phrasing

From my own observations and others (ie  #101 and #286) ChatGPT seems to think that `evaluate_code` will actually run code, rather than just provide feedback. Since changing the phrasing to `analyze_code` I haven't seen the AI make this mistake.

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-19 02:16:08 +02:00
BillSchumacher 4c7b582454
apply black 2023-04-18 19:09:15 -05:00
BillSchumacher 3f2d14f4d8
Fix isort? 2023-04-18 19:07:39 -05:00
Reinier van der Leer 2db4a5da57
Merge branch 'master' into fix/default-config 2023-04-19 02:04:11 +02:00
BillSchumacher 221a4b0b50
I guess linux doesn't like this.... 2023-04-18 19:02:10 -05:00
BillSchumacher 86d3444fb8
isort, add proper skips. 2023-04-18 18:59:23 -05:00
BillSchumacher 4701357a21
fix test 2023-04-18 18:56:11 -05:00
Josh XT 9514919d37
Option to disable working directory restrictions (#1875)
Remove restriction on working directory if RESTRICT_TO_WORKSPACE != True

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-19 01:54:38 +02:00
BillSchumacher 5813592206
fix readme 2023-04-18 18:51:28 -05:00
BillSchumacher 7d45de8901
fix merge 2023-04-18 18:48:44 -05:00
Tymec ac023e95c0 fix: remove "wait-for-model" header from hf request 2023-04-19 01:46:24 +02:00
BillSchumacher 085842d43c
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-18 18:44:40 -05:00
Drikus Roor 24d5e1fc8a
Ensure Python 3.10 & 3.11 compatability (#1815)
CI: Ensure compatability with Python 3.10 & 3.11

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-19 01:38:42 +02:00
Tymec da4c765378 test: added unit test 2023-04-19 01:38:31 +02:00
Will Callender 74aa4add1b
fix(python-run): prompt users to install Docker when execute_python_file encounters a Docker error (#2231)
fix(python-run): make error message more explicit

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-19 01:37:31 +02:00
Tymec 5576994c2c fix: merge conflicts 2023-04-19 01:30:28 +02:00
Reinier van der Leer e2accab87e
Move to Python 3.10 & improve CI workflow (#2369)
* Use Python 3.10 in CI, benchmark, devcontainer, docker config, .sourcery.yaml
* Improve Python CI workflow
2023-04-19 01:27:29 +02:00
BillSchumacher b188c2b3e3
Merge pull request #4 from evahteev/_openai-plugin-support
[WIP] Openai plugins support
2023-04-18 18:20:37 -05:00
BillSchumacher ebee041c35
fix merge 2023-04-18 18:18:15 -05:00
Reinier van der Leer 8020eaa2e9
Merge pull request #1473 from ickma/support-headless-chrome-mode
Add support for running Chrome in Headless mode.
2023-04-19 01:14:49 +02:00
BillSchumacher 59a9986786
Merge branch 'plugin-support' of https://github.com/BillSchumacher/Auto-GPT into pr/4 2023-04-18 18:12:35 -05:00
BillSchumacher ef0216dbe7
Merge pull request #6 from TaylorBeeston/type-fixes
Type fixes
2023-04-18 17:57:23 -05:00
lengweiping1983 ae7b81dc50
Merge branch 'master' into arg_config_optimization 2023-04-19 06:48:31 +08:00
Reinier van der Leer 78734dade8
Consolidate default config with config.py as master 2023-04-18 23:40:43 +02:00
Pi 89539d0cf1
Merge pull request #2441 from richbeales/master
Hotfix - Announcement filename was incorrect
2023-04-18 22:20:43 +01:00
Richard Beales 1887f51516
Merge branch 'Significant-Gravitas:master' into master 2023-04-18 22:16:29 +01:00
Richard Beales 3ebe125d3f Bugfix - filename for announcement was wrong 2023-04-18 22:16:11 +01:00
Pi bed0860c71
Merge pull request #2429 from richbeales/master
Added ability to output news/announcements on startup
2023-04-18 21:48:15 +01:00
Richard Beales 88ebebf74f Implement suggestions from pi - save current news to file 2023-04-18 21:45:09 +01:00
Evgeny Vakhteev 49e4b75039 removing accidentially commited ./docker 2023-04-18 13:16:10 -07:00
Evgeny Vakhteev c62c8c6e71 merge BillSchumacher/plugin-support, conflicts 2023-04-18 13:13:38 -07:00