Commit Graph

19 Commits (d23ada30d72fe44467770d82389243cc3f7cb254)

Author SHA1 Message Date
BillSchumacher fbd4e06df5
Add early abort functions. 2023-04-16 23:39:33 -05:00
BillSchumacher 3715ebc7eb
Add hooks for chat completion 2023-04-16 23:30:42 -05:00
BillSchumacher c110f3489d
Finish integrating command registry 2023-04-16 21:51:36 -05:00
BillSchumacher c544cebbe6
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-16 14:15:15 -05:00
jayceslesar 8990911522 unify annotations to future syntax 2023-04-16 14:02:48 -04:00
BillSchumacher 1af463b03c
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into plugin-support 2023-04-15 21:37:27 -05:00
BillSchumacher 4a19124cb7
Blacked. 2023-04-15 16:40:12 -05:00
BillSchumacher ff5b8f1490
Merge pull request #1683 from Hyaxia/feature/rate-limit-log
in debug mode add a log about rate limit error
2023-04-15 15:18:28 -05:00
BillSchumacher 8978844111
Update llm_utils.py
Remove pass
2023-04-15 15:17:23 -05:00
BillSchumacher 898b7eed8a
Merge pull request #1635 from Imccccc/feature/embedding-with-retry
Embedding Improvement
2023-04-15 15:04:31 -05:00
BillSchumacher 93b3e8428c
Update llm_utils.py
Fix trailing whitespace
2023-04-15 15:03:03 -05:00
hyaxia 2f776957d8 changed error msg 2023-04-15 22:20:05 +03:00
hyaxia 051b5372ce in debug mode add a log about rate limit error 2023-04-15 22:06:27 +03:00
Imccccc f67b81e200 Embedding Improvement
1. move embedding function into llm_utils
2. add try feature with in embedding function
2023-04-16 00:47:41 +08:00
youkaichao a51b37f01c fix dict type annotation 2023-04-15 22:10:22 +08: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
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