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
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
GyDi
a0160eef0c
fix: remove duplicate task complete prompt
2023-04-18 13:51:16 +08:00
Merwane Hamadi
cf9a94a8b6
isort implemented
2023-04-17 13:42:01 -07:00
lfricken
d4860fe9f0
Don't incapacitate yourself! ( #1240 )
...
* subprocesses
* fix lint
* fix more lint
* fix merge
* fix merge again
2023-04-17 16:27:53 +01:00
EH
9589334a30
Add File Downloading Capabilities ( #1680 )
...
* Added 'download_file' command
* Added util and fixed spinner
* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore
* Fix linter issues
* Fix more linter issues
* Fix Lint Issues
* Added 'download_file' command
* Added util and fixed spinner
* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore
* Fix linter issues
* Fix more linter issues
* Conditionally add the 'download_file' prompt
* Update args.py
* Removed Duplicate Prompt
* Switched to using path_in_workspace function
2023-04-17 03:34:02 +01:00
GyDi
c3f01d9b2f
fix: config save and load path inconsistent
2023-04-16 17:28:55 +01:00
HDKiller
405632f187
Only add audio to text command to the prompt if model is set
2023-04-16 08:57:23 +00:00
BillSchumacher
0d1fd4fcf0
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1436
2023-04-16 01:32:18 -05:00
BillSchumacher
017371b492
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1718
2023-04-15 19:32:05 -05:00
DaoAdvocate
cfba3d0a60
twitter_send_tweets_command
2023-04-15 23:48:27 +01:00
gucky92
973e3c56b7
change 'image' to 'file'
2023-04-15 23:53:00 +02:00
gucky92
9696fc622c
Transcribing audio
2023-04-15 23:19:20 +02:00
BillSchumacher
11d6dabe37
Quality update
2023-04-15 14:55:13 -05:00
Richard Beales
5f4e317321
Only add execute shell scripts to prompt if AI is allowed to do it. ( #1551 )
2023-04-15 18:24:57 +01:00
Eddie Cohen
4d8de551b5
add prompt, env example, config
2023-04-15 10:56:10 -04:00
BillSchumacher
1073954fb7
Reorg ( #1537 )
...
* Pi's message.
* Fix most everything.
* Blacked
* Add Typing, Docstrings everywhere, organize the code a bit.
* Black
* fix import
* Update message, dedupe.
* Increase backoff time.
* bump up retries
2023-04-15 13:56:23 +01:00
BillSchumacher
4bb7a598a5
Fix everything ( #1444 )
...
* Pi's message.
* Fix most everything.
* Blacked
2023-04-15 01:04:48 +01:00
0xArty
328ba5e69e
formatting
2023-04-14 20:42:28 +01:00
Merwane Hamadi
adf7c3ac98
added more autogpt prefixes in imports
2023-04-14 11:15:02 -07:00
Dino Hensen
d64f866bfa
Convert to python module named autogpt.
...
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00