Commit Graph

1164 Commits (00225e01b3d8f2d77ace76ded732db76dbae7047)

Author SHA1 Message Date
BillSchumacher 00225e01b3
Fix another bad implementation detail. 2023-04-15 23:54:20 -05:00
BillSchumacher fc7db7d86f
Fix bad logic probably. 2023-04-15 23:51:43 -05:00
BillSchumacher ee42b4d06c
Add pre_instruction and on_instruction hooks. 2023-04-15 23:45:16 -05:00
BillSchumacher 09a5b3149d
Add on_planning hook. 2023-04-15 23:01:01 -05:00
BillSchumacher 68e26bf9d6
Refactor main startup to store AIConfig on Agent for plugin usage. 2023-04-15 22:43:17 -05:00
BillSchumacher e36b74893f
Add name and role to prompt generator object for maximum customization. 2023-04-15 22:33:56 -05:00
BillSchumacher 2761a5c361
Add post_prompt hook 2023-04-15 22:18:55 -05:00
BillSchumacher b7a29e71cd
Refactor prompts into package, make the prompt able to be stored with the AI config and changed. Fix settings file. 2023-04-15 22:15:34 -05: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 4daa083fd3
Merge pull request #1767 from Bentlybro/ElevenLabsIDs
ElevenLabs Voice ID's
2023-04-15 21:25:46 -05:00
BillSchumacher bf3142ad67
Add eleven labs voice IDs. 2023-04-15 21:24:40 -05:00
BillSchumacher 32e09665ad
Revert "Show README.md Love"
This reverts commit 7abc03e523.
2023-04-15 21:23:12 -05:00
BillSchumacher 74a0944862
Revert "Show readme love"
This reverts commit 4a38fbaa99.
2023-04-15 21:23:09 -05:00
BillSchumacher a52be46e69
Revert "Show readme love"
This reverts commit 6f7153324c.
2023-04-15 21:23:05 -05:00
BillSchumacher 7b4e2bdb4d
Revert "Show readme love"
This reverts commit fd1a11c452.
2023-04-15 21:23:01 -05:00
BillSchumacher d141383305
Revert "All ElevenLabs voice ID's"
This reverts commit b225bc24dc.
2023-04-15 21:22:53 -05:00
Bently b225bc24dc All ElevenLabs voice ID's 2023-04-16 02:56:59 +01:00
Bently fd1a11c452 Show readme love 2023-04-16 02:09:35 +01:00
Bently 6f7153324c Show readme love 2023-04-16 02:09:00 +01:00
Bently 4a38fbaa99 Show readme love 2023-04-16 02:08:14 +01:00
Bently 7abc03e523 Show README.md Love 2023-04-16 01:46:46 +01:00
Bently 8a89b6be12 Merge branch 'master' of https://github.com/Bentlybro/Auto-GPT 2023-04-16 01:42:16 +01:00
BillSchumacher 4870356899
Merge pull request #1718 from gucky92/transcribe_audio_huggingface
Transcribe audio using huggingface
2023-04-15 19:33:20 -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
BillSchumacher a3f25ca5af
Merge pull request #1263 from warmthsea/master
Update consistent code command style
2023-04-15 19:29:12 -05:00
BillSchumacher cc51abd4dd
Delete activity.log
remove accidentally added file.
2023-04-15 19:28:15 -05:00
BillSchumacher 1908af52df
Delete error.log
remove accidentally added file.
2023-04-15 19:28:07 -05:00
BillSchumacher a99beb0628
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1263 2023-04-15 19:27:25 -05:00
BillSchumacher fef9a1e42f
Merge 2023-04-15 19:24:12 -05:00
Bently 6a98ebdb9c Fixes README.md
Fix README.md for now
2023-04-16 00:40:08 +01:00
Pi 60881ed856 Add \n to pass linter-check 2023-04-15 23:48:27 +01:00
Pi d5534f1e5f Add missing terminal \n 2023-04-15 23:48:27 +01:00
DaoAdvocate 424564825a .env 2023-04-15 23:48:27 +01:00
DaoAdvocate c30a621195 updates 2023-04-15 23:48:27 +01:00
DaoAdvocate cfba3d0a60 twitter_send_tweets_command 2023-04-15 23:48:27 +01:00
BillSchumacher f785c8cf03
Merge pull request #96 from ryanmac/playwright-browser
Use playwright instead of requests for browse
2023-04-15 17:31:45 -05:00
BillSchumacher ef4e4eb5d4
Blacked 2023-04-15 17:30:28 -05:00
Itamar Friedman 5a8700060e fixing tests to fit latest merges into master 2023-04-15 23:19:50 +01:00
BillSchumacher f2035231e3
Refactor and Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/96 2023-04-15 17:12:59 -05:00
Matthias Christenson fd824143e9
Merge branch 'Significant-Gravitas:master' into transcribe_audio_huggingface 2023-04-15 23:55:16 +02:00
gucky92 572aedfcef Merge branch 'transcribe_audio_huggingface' of https://github.com/gucky92/Auto-GPT into transcribe_audio_huggingface 2023-04-15 23:53:03 +02:00
gucky92 973e3c56b7 change 'image' to 'file' 2023-04-15 23:53:00 +02:00
BillSchumacher 1586966003
Merge pull request #124 from EricFedrowisch/master
First draft at adding persistent memory via sqlite3
2023-04-15 16:42:14 -05:00
BillSchumacher 4a19124cb7
Blacked. 2023-04-15 16:40:12 -05:00
BillSchumacher f86ca43b2f
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/124
Moved code to new package to integrate later perhaps.
2023-04-15 16:38:58 -05:00
Matthias Christenson 18168cc347
Merge branch 'Significant-Gravitas:master' into transcribe_audio_huggingface 2023-04-15 23:22:37 +02:00
BillSchumacher 2fb1b70a14
Merge pull request #87 from mharris717/improve-extract_hyperlinks-040323
Improve extract_hyperlinks to honor base url
2023-04-15 16:21:59 -05:00
BillSchumacher 52bb22d8d1
Merge 2023-04-15 16:20:43 -05:00
gucky92 3239d6879b Merge branch 'master' of https://github.com/gucky92/Auto-GPT 2023-04-15 23:19:21 +02:00
gucky92 9696fc622c Transcribing audio 2023-04-15 23:19:20 +02:00