Commit Graph

10 Commits (239d64a602d933ae6a09023f29879cf681051d60)

Author SHA1 Message Date
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
Merwane Hamadi cf9a94a8b6 isort implemented 2023-04-17 13:42:01 -07:00
BingokoN 0d2e196368 refactoring/splitting the json fix functions into general module and llm module which need AI's assistance. 2023-04-17 12:14:43 +01:00
bingokon 7a32e03bd5 refactoring the all json utilities 2023-04-17 00:48:53 +01:00
k-boikov 4f33e1bf89 add utf-8 encoding to file handlers for logging 2023-04-16 23:09:14 +01:00
Merwane Hamadi 45a2dea042 fixed flake8 2023-04-16 11:34:38 -07:00
Merwane Hamadi b2b31dbc8f Update logs.py with new print_assistant_thoughts function 2023-04-16 11:34:38 -07: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
Domenico Giambra 04189de9c5 Prints to console what the assistant wants to say 2023-04-16 00:32:26 +02: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