Commit Graph

241 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Tmpecho
9c062b44aa Added return type hint to functions 2023-04-17 20:46:47 +02:00
Richard Beales
cd587bc406 Merge pull request #2096 from cryptidv/fix-linux-selenium
Add Fixes for Selenium Browsing On Linux
2023-04-17 19:37:16 +01:00
Richard Beales
935481c4b5 Merge pull request #2093 from lengweiping1983/master
memory object move to memory_add block
2023-04-17 19:32:18 +01:00
Richard Beales
3f0b84eb7b Merge pull request #2183 from aminghani/fix-bug-imoprt123
added missing import
2023-04-17 19:22:20 +01:00
BillSchumacher
64e05778ef Merge pull request #1987 from cryptidv/fix-oai-error-msgs
Improve the error logging for OAI Issues
2023-04-17 12:47:28 -05:00
Richard Beales
d4b74661aa Merge pull request #2168 from H-jj-R/master
Spelling Fixes
2023-04-17 18:02:09 +01:00
Richard Beales
9dea8b1f66 Merge pull request #2105 from gabrielrbarbosa/fix-brian-tts-speech-exception
Fix BRIAN_TTS - Prevent TypeError exception in _speech method
2023-04-17 17:46:21 +01:00
Richard Beales
a5506abdad Merge pull request #2137 from suzuken/config-fix-openai-link
config.py: update OpenAI link to platform.openai.com
2023-04-17 17:40:48 +01:00
Richard Beales
ed89d9f801 Merge pull request #2129 from XFFXFF/fix_missing_import
fix a missing import
2023-04-17 17:39:08 +01:00
jingxing
f2baa0872b config.py format 2023-04-17 17:16:14 +01:00
Steve Byerly
8637b8b61b whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly
6ac9ce614a whitespace 2023-04-17 17:12:23 +01:00