Commit Graph

60 Commits

Author SHA1 Message Date
Toran Bruce Richards
a768dc2fc7 Merge pull request #179 from LightInn/master
Patch readme "copy" command
2023-04-10 12:10:15 +01:00
Malik M Alnakhaleh
28545e3420 Merge branch 'Torantulino:master' into master 2023-04-09 13:51:05 -04: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
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
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
blankey1337
f3e64ec4e9 feat(ImageGen): support env vars, update readme 2023-04-07 11:29:43 -07: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
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