Commit Graph

253 Commits (37ff26ec2c3df95433f41803ace92f142acf2c91)

Author SHA1 Message Date
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
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
Reinier van der Leer 2db4a5da57
Merge branch 'master' into fix/default-config 2023-04-19 02:04:11 +02: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
Tymec ac023e95c0 fix: remove "wait-for-model" header from hf request 2023-04-19 01:46:24 +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 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
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
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
0xArty b5378174f3 Switched to using click 2023-04-18 13:19:17 +01:00
zvrr f7014e8773
Update config.py
azure_model_to_deployment_id_map default type should be a dict, not list
2023-04-18 17:06:58 +08:00
Yun Zheng fc6070d574 Fix Azure Config file location 2023-04-18 17:03:48 +08:00
itaihochman e34ede79b9 Add an option to set the chunk size using the
configoration - BROWSE_CHUNK_MAX_LENGTH=4000
This way, we can avoid errors of exceeding chunk size when using gpt-3.5
2023-04-18 08:56:00 +03:00
GyDi a0160eef0c
fix: remove duplicate task complete prompt 2023-04-18 13:51:16 +08:00
Eugene Zolenko a88113de33
Fix for execute_shell_popen using WORKING_DIRECTORY
Looks like things got changed to WORKSPACE_PATH recently?
2023-04-17 23:02:07 -06:00
bingokon 6787c2eeed fix json_schemas not found error 2023-04-18 00:17:42 +01:00
bingokon 31900f6733 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	autogpt/app.py
#	autogpt/json_fixes/auto_fix.py
#	autogpt/json_fixes/bracket_termination.py
#	autogpt/json_fixes/master_json_fix_method.py
#	autogpt/json_utils/json_fix_llm.py
#	autogpt/json_utils/utilities.py
2023-04-18 00:01:58 +01:00
BillSchumacher 67846bad21
Merge pull request #2192 from merwanehamadi/feature/change-flake-config
Align flake, black and isort to pipelines and precommit hooks
2023-04-17 17:28:12 -05:00
Merwane Hamadi da65bc3f68 black 2023-04-17 13:47:38 -07:00
Merwane Hamadi cf9a94a8b6 isort implemented 2023-04-17 13:42:01 -07:00
Richard Beales 9cb1555ade
Merge pull request #2193 from Lootheo/betterparsing
changed rstrip for strip and added case for empty string
2023-04-17 20:43:25 +01:00
Richard Beales 75baa11e81
Merge pull request #2227 from Tmpecho/patch-1
Added return type hint to execute_code.py file
2023-04-17 20:30:21 +01:00
Richard Beales e40d6f3314
Merge pull request #2050 from tzengyuxio/master
fix: unreadable text in console and potentially over the max token
2023-04-17 20:23:35 +01:00
Richard Beales e849e4ff0b
Merge pull request #1836 from cs0lar/fix/weaviate_index_to_classname
fixes Weaviate index name to classname conversion
2023-04-17 20:21:39 +01:00