Toran Bruce Richards
f7d46e732a
Merge pull request #579 from Weltolk/patch-1
...
Fix Elevenlabs link error
2023-04-10 13:17:48 +01:00
Toran Bruce Richards
5931e830c7
Merge pull request #338 from Dr33dM3/Dr33dM3-Updated-ReadME-VM
...
Update README.-VM
2023-04-10 13:16:48 +01:00
Toran Bruce Richards
c7b7ff42b6
Merge pull request #317 from Monkee1337/master
...
Changed order of pinecone explaination too avoid confusion
2023-04-10 13:15:56 +01:00
blankster
891f8d84c8
Update README.md
...
Spelling mistakes
2023-04-10 13:44:36 +02:00
blankster
0dc7bee345
Update README.md
...
Added remark regarding daily free Google custom search limit and how to increase it
2023-04-10 13:38:43 +02:00
Toran Bruce Richards
a768dc2fc7
Merge pull request #179 from LightInn/master
...
Patch readme "copy" command
2023-04-10 12:10:15 +01:00
pratiksinghchauhan
13467259b4
fix : #323 Error communicating with OpenAI
2023-04-10 12:07:37 +05:30
openaudible
b5c3d08187
Update README.md
...
Fix typo to use setx instead of export for setting up pinecone env variable.
2023-04-09 12:41:28 -07:00
Malik M Alnakhaleh
28545e3420
Merge branch 'Torantulino:master' into master
2023-04-09 13:51:05 -04:00
Weltolk
54e228504f
Fix Elevenlabs link error
2023-04-09 18:05:50 +08:00
Toran Bruce Richards
cb404af7a7
Merge pull request #569 from BillSchumacher/update-readme
...
Update README.md
2023-04-09 08:42:09 +01:00
BillSchumacher
3efdb48961
Update README.md
2023-04-09 02:38:06 -05:00
Richard Beales
97711584c3
Update README to indicate Python 3.8 minimum
...
Due to tiktoken dependency.
2023-04-09 07:36:00 +01:00
Toran Bruce Richards
b63238f40f
Merge branch 'master' into redis-backend
2023-04-09 02:43:14 +01:00
Dr33dM3
9ed42df707
Merge branch 'Torantulino:master' into Dr33dM3-Updated-ReadME-VM
2023-04-08 18:31:17 -07:00
Dr33dM3
47b097708c
Update README.md
...
Changed the wording for the VM to make it more user friendly
2023-04-08 18:28:09 -07:00
cs0lar
97ac802f0c
resolved conflicts between master and feature/weaviate-memory
2023-04-08 15:38:21 +01:00
Toran Bruce Richards
7e108d8ab3
Merge pull request #416 from blankey1337/feat/image-generation
...
🖼 Image Generation: Adds DALL-e and Stable Diffusion support
2023-04-08 12:27:55 +01:00
cs0lar
1e63bc52be
Merge branch 'master' into feature/weaviate-memory
2023-04-08 07:45:02 +01:00
Toran Bruce Richards
cc05139843
Update README.md
2023-04-08 05:24:53 +01:00
BillSchumacher
d7ccaf45a9
Merge branch 'master' of github.com:Torantulino/Auto-GPT into redis-backend
2023-04-07 20:39:35 -05:00
keenborder786
1d0848c1a8
[docs]: Updated ReadMe to update the requirements sections
2023-04-08 04:37:46 +05:00
BillSchumacher
ea6b970509
Update README
2023-04-07 15:28:48 -05:00
BillSchumacher
f0162037c3
Fix README
2023-04-07 15:02:22 -05:00
cs0lar
986d32ca42
added support for multiple memory provider and added weaviate integration
2023-04-07 20:41:07 +01:00
blankey1337
f3e64ec4e9
feat(ImageGen): support env vars, update readme
2023-04-07 11:29:43 -07:00
Monkee1337
ae97790cec
Update README.md
...
Co-authored-by: Arlo <arlo.godfrey@outlook.com>
2023-04-07 18:17:20 +02:00
BillSchumacher
43746b1396
Update README with WIPE_REDIS_ON_START setting.
2023-04-07 00:58:57 -05:00
BillSchumacher
5a1d9e6d0a
Implement redis memory backend.
2023-04-07 00:08:25 -05:00
Malik M Alnakhaleh
96f2eafc7d
Merge branch 'Torantulino:master' into master
2023-04-06 18:56:39 -04:00
Dr33dM3
1e9ac953a7
Update README.md
2023-04-06 10:43:29 -07:00
Monkee1337
a090c089f1
changed order of pinecone explaination
2023-04-06 15:30:11 +02:00
DawgZter
0573b2ade6
Update Pinecone API Key Setup instructions for clarity
...
Minor improvement in sentence clarity for Pinecone setup instructions.
2023-04-06 23:17:42 +10:00
Richard Beales
32e20611df
small typo in Pinecone settings that referred to google
2023-04-06 12:26:07 +01:00
Toran Bruce Richards
9067a523fe
Merge branch 'master' into pinecone-memory
2023-04-06 11:05:01 +01:00
douglas
475671d1e8
Pinecone memory and memory usage tracking
2023-04-05 16:20:43 -04:00
Peter Edwards
a868a39b88
Added functionality to allow the use of GPT on a Microsoft Azure instance
2023-04-05 19:44:28 +02:00
Malik M Alnakhaleh
0cced85e90
Merge branch 'Torantulino:master' into master
2023-04-04 17:08:31 -04:00
Breval Le Floch
795fa3e1fe
patch readme
2023-04-04 14:28:34 +00:00
Toran Bruce Richards
ae60025f7c
Updates Sponsors List 💖
2023-04-04 12:20:59 +01:00
Malik M Alnakhaleh
c74ad984cf
Update README.md
2023-04-03 20:54:12 -04:00
russellocean
f2ba7f21c5
Added support for Google Custom Search API
...
This pull request adds functionality to the project to allow for a choice between the original Google search method and the Google Custom Search API. The google_search method uses the original method of scraping the HTML from the search results page, using googlesearch-python, while the google_official_search method uses the Google Custom Search API to retrieve search results.
How to test:
To test the functionality, ensure that you have valid API keys and search engine IDs for both the Google search method and the Google Custom Search API. You can set these values in your environment variables as described in the README.md file.
Additional Notes:
This pull request only adds functionality and makes improvements to existing code. No new features or major changes have been introduced.
2023-04-03 16:44:10 -04:00
Toran Bruce Richards
51e293f64c
Adds --gpt3only mode!
2023-04-03 15:46:46 +01:00
0xcha05
c8149b0415
better arg parsing
2023-04-03 19:56:01 +05:30
Toran Bruce Richards
439a7ffe7d
Adds discord to readme
2023-04-03 13:06:22 +01:00
Toran Bruce Richards
8cf4bf9278
Adds minor sponsors 💖
2023-04-03 02:50:34 +01:00
Toran Bruce Richards
f9031cfc47
Adds new public major sponsors to readme.
2023-04-03 02:44:58 +01:00
Toran Bruce Richards
c25c1751a2
Merge branch 'environment-variables' of https://github.com/jcp/Auto-GPT
2023-04-02 23:40:53 +01:00
UnixPNG
b82b6f6997
Update README.md
2023-04-02 12:07:42 -07:00
James C. Palmer
ef656a0f77
Remove `keys.py` and replace with `python-dotenv`.
...
- Removed `keys.py`.
- Added `.env.template`.
- Added `.env` to `.gitignore`.
- Updated various files that imported `keys` to use `os.getenv` instead.
- Updated `requirements.txt` dependencies.
- Updated README.md with instructions on setting up environment variables.
This change improves security, flexibility, and makes it easier to use Auto-GPT in notebooks. Environment variables are stored in `.env` and loaded via `load_dotenv()` in `scripts/main.py`.
2023-04-02 06:39:55 -04:00
James C. Palmer
cffe083ff2
Move requirements.txt to root directory.
2023-04-02 05:44:45 -04:00
Toran Bruce Richards
cd1550e3a3
Update README.md
2023-04-02 08:42:46 +01:00
Toran Bruce Richards
2c6338fd3b
Update README.md
2023-04-01 16:21:57 +01:00
Toran Bruce Richards
29dd993a69
Update README.md
2023-04-01 11:43:57 +01:00
Toran Bruce Richards
5fd740aeb9
Update README.md
2023-04-01 05:58:45 +01:00
Toran Bruce Richards
c56eb3e22d
Update README.md
2023-04-01 05:58:24 +01:00
Toran Bruce Richards
39b51697f1
Update README.md
2023-03-31 23:24:59 +01:00
Toran Bruce Richards
96015aca7b
Update README.md
2023-03-31 23:22:47 +01:00
Toran Bruce Richards
959a82c868
Update README.md
2023-03-31 23:22:33 +01:00
Toran Bruce Richards
c1b30c959b
Update README.md
2023-03-31 23:20:33 +01:00
Toran Bruce Richards
b68d081e47
Update README.md
2023-03-31 23:18:12 +01:00
Joe Devon
7c0bdcbedf
Update README.md
...
Fixed typo
2023-03-30 07:30:22 -07:00
Toran Bruce Richards
8152f636ad
Update README.md
2023-03-30 15:21:18 +01:00
Toran Bruce Richards
db95b28b48
Update README.md
2023-03-30 14:51:33 +01:00
Toran Bruce Richards
51c7a70eb9
Update README.md
2023-03-29 06:26:57 +01:00
Toran Bruce Richards
c63d5e425e
Update README.md
2023-03-28 23:00:15 +01:00
Toran Bruce Richards
2ea3ca0e5c
Update README.md
2023-03-28 22:59:02 +01:00
Toran Bruce Richards
862b543b44
Update README.md
2023-03-28 22:58:42 +01:00
Toran Bruce Richards
b43e23bec4
Update README.md
...
Updates cd command to fit new repo name.
2023-03-28 22:53:12 +01:00
Toran Bruce Richards
a2d5c01369
Update README.md
...
Renames project to Auto-GPT and fixes broken git clone link.
2023-03-28 22:50:08 +01:00
Torantulino
6460654635
Updates readme
2023-03-24 05:04:31 +00:00
Torantulino
5789dfa2a2
.
2023-03-24 05:03:18 +00:00
Torantulino
32cf97eaaf
Fixes contents section.
2023-03-24 04:59:49 +00:00
Torantulino
47c5adcf4c
Fixes contents section.
2023-03-24 04:57:35 +00:00
Torantulino
1722b3f2e8
Renames repo.
2023-03-24 04:53:47 +00:00
Torantulino
a2096f4635
Sets up proper readme.
2023-03-24 04:51:51 +00:00
Toran Bruce Richards
30bb96a3b1
Create README.md
2023-03-16 10:00:21 +00:00