Commit Graph

308 Commits

Author SHA1 Message Date
BillSchumacher
16f0e22ffa linting 2023-04-19 18:21:03 -05:00
BillSchumacher
d7679d755f Fix all commands and cleanup 2023-04-19 18:17:04 -05:00
BillSchumacher
23c650ca10 Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-19 17:28:17 -05:00
bszollosinagy
fa91bc154c Fix model context overflow issue (#2542)
Co-authored-by: batyu <batyu@localhost>
2023-04-19 23:28:57 +02:00
Reinier van der Leer
37ff26ec2c fix(workspace): resolve symlinks in workspace path before checking 2023-04-19 20:58:14 +02:00
Richard Beales
a2723f16f2 Merge pull request #2448 from Pwuts/fix/default-config
Consolidate default config with config.py as master
2023-04-19 18:13:21 +01:00
Richard Beales
903e21b2dd Merge branch 'Significant-Gravitas:master' into master 2023-04-19 18:06:26 +01:00
Richard Beales
0400d72824 Print a warning if current py version < 3.10 2023-04-19 18:05:56 +01:00
Reinier van der Leer
e08b4d601f Set WIPE_REDIS_ON_START default True 2023-04-19 18:37:05 +02:00
Reinier van der Leer
52233dff50 Merge branch 'master' into fix/default-config 2023-04-19 18:13:41 +02:00
Reinier van der Leer
0d7ab414d9 Merge pull request #2355 from yunzheng1112/fix-azure-config
* fix path of Azure config file
* default azure_api_type -> azure
2023-04-19 17:25:23 +02:00
Reinier van der Leer
7eed489ea1 Merge pull request #2351 from zvrr/zvrr-patch-1
fix azure_model_to_deployment_id_map type (list -> dict)
2023-04-19 17:23:40 +02:00
Reinier van der Leer
45f490e0ad llm_utils: revert changing deployment_id parameter to engine 2023-04-19 17:21:06 +02:00
Reinier van der Leer
6cecb9766a Merge pull request #2321 from zzzgydi/fix-system-prompt
fix: remove duplicate task complete command prompt
2023-04-19 16:42:32 +02:00
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
riensen
c5b81b5e10 Adding Allowlisted Plugins via env 2023-04-19 12:50:00 +02: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
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
BillSchumacher
aeb1178a47 linting 2023-04-18 19:26:18 -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
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
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
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
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
Reinier van der Leer
78734dade8 Consolidate default config with config.py as master 2023-04-18 23:40:43 +02:00
Richard Beales
3ebe125d3f Bugfix - filename for announcement was wrong 2023-04-18 22:16:11 +01:00
Richard Beales
88ebebf74f Implement suggestions from pi - save current news to file 2023-04-18 21:45:09 +01:00
Evgeny Vakhteev
c62c8c6e71 merge BillSchumacher/plugin-support, conflicts 2023-04-18 13:13:38 -07:00
Evgeny Vakhteev
894026cdd4 reshaping code and fixing tests 2023-04-18 12:52:09 -07:00
Richard Beales
913c933e8c isort 2023-04-18 20:13:31 +01:00
Richard Beales
90e6a55e37 Black formatting 2023-04-18 20:11:26 +01:00
Richard Beales
4a07790910 Added ability to output news/announcements on startup 2023-04-18 20:09:07 +01:00
BillSchumacher
5752a466a2 Merge pull request #2318 from ezolenko/bugs/execute_shell_popen
Fix for execute_shell_popen using WORKING_DIRECTORY
2023-04-18 13:07:27 -05:00
Reinier van der Leer
d6b1aa677d consolidate browser settings 2023-04-18 16:46:58 +02:00
Reinier van der Leer
9d14b113a3 Merge remote-tracking branch 'origin/master' into support-headless-chrome-mode 2023-04-18 16:01:45 +02:00
0xArty
a2c0db44d6 moved cli into seperate file 2023-04-18 14:33:55 +01:00
0xArty
6f87fb63c1 Runs agent as default command 2023-04-18 13:54:06 +01:00