Commit Graph

44 Commits

Author SHA1 Message Date
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
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