Sma Das
439e736b8b
Removed unneeded imports
2023-04-13 17:00:03 -04:00
Andy Melnikov
e635cf4a4a
Fix flake8 E303,W293,W291,W292,E305
...
Some of the previously fixed things creeped in. I would like to keep the
requirements low on the PR authors for now and gradually improve the
pep8 compliance without introducing much breakage.
2023-04-13 08:49:20 +02:00
Drikus Roor
1f837968ff
fix: Fix flake8 errors based on the flake8 command with a narrower definition of errors
2023-04-12 22:12:25 +02:00
Andy Melnikov
c9701a3302
Remove trailing whitespace throughout
2023-04-10 18:17:11 +02:00
Toran Bruce Richards
e87b6912bd
Merge branch 'master' into add_documentation
2023-04-10 13:43:24 +01:00
Andy Melnikov
4a86da95f9
Remove trailing spaces throughout
...
This happens often in PRs so fixing this everywhere will make many PRs
mergeable as they won't include irrelevant whitespace fixes
2023-04-10 14:25:24 +02:00
Andres Caicedo
011699e6a1
Code review changes
2023-04-09 15:39:11 +02:00
Coley
7ae5ffe389
linted changes
2023-04-07 16:52:50 -04:00
Coley
7f4a7d7ccd
Added class, method and function doc strings
2023-04-07 16:47:09 -04:00
Andres Caicedo
1b4a5301d0
Update ai_functions.py
...
Just import dumps from JSON library.
2023-04-04 10:49:28 +02:00
Andres Caicedo
27bf7c47e9
Update ai_functions.py
...
Unnecessary spaces
2023-04-04 10:48:19 +02:00
Andres Caicedo
8e2074f483
Merge branch 'master' into dev
2023-04-03 13:51:36 +02:00
Toran Bruce Richards
5a669d96eb
Evaluated code should not be JSON.
2023-04-03 11:25:43 +01:00
Taylor Brown
30f8ed95e1
Remove unused imports
2023-04-02 21:52:50 -05:00
Taylor Brown
3e587bc7fb
Make the json_parser more robust
...
For some reason the bot keeps prefacing its JSON. This fixes it for now.
2023-04-02 18:50:51 -05:00
Taylor Brown
9ff7e5954b
Make compatible with gpt-3.5
...
I made the json parsing more forgivable. I improved the prompt, using things I learned from: Koobah/Auto-GPT
2023-04-02 16:39:17 -05:00
Andres Caicedo
eac5c1f6e6
Add documentation
2023-04-02 19:03:37 +02:00
Torantulino
01b3ef2f66
Automated changes
2023-04-02 08:58:19 +00:00
Torantulino
abdc7f447c
Adds comment to call_ai_function.
2023-04-02 09:56:53 +01:00
Torantulino
0a290927a0
Reformats with "Black" formatter.
2023-04-02 09:55:44 +01:00
Torantulino
b4685f67e6
Apply autopep8 formatting to entire codebase
2023-04-02 09:13:15 +01:00
Torantulino
de975d3bf9
Implements code execution command!
...
This allows the AI to execute code inside it's workspace folder.
2023-04-01 16:01:36 +01:00
Torantulino
3edae91524
Implements Code Improvement, powered by AI Functions.
2023-04-01 10:35:32 +01:00
Torantulino
8767018c1e
Adds AI functions.
...
These are no-code functions written by AI.
2023-04-01 10:34:32 +01:00