Bernhard Mueller
09d2f47e08
Introduce EXECUTE_SHELL_COMMANDS config var, default to False
2023-04-10 11:01:48 +07:00
Alexander Nikulin
546d8783e7
put debug setting to cfg and use it in when calling chat.chat_with_at and fix_json
2023-04-09 14:33:30 +04:00
Toran Bruce Richards
b63238f40f
Merge branch 'master' into redis-backend
2023-04-09 02:43:14 +01:00
BillSchumacher
a34c51bf86
Update scripts/config.py
...
Co-authored-by: Jason Kölker <jason@koelker.net >
2023-04-07 20:58:00 -05:00
BillSchumacher
cb14c8d999
Implement local memory.
2023-04-07 18:13:18 -05:00
BillSchumacher
14e10c9c4d
Add configurable index key for redis.
2023-04-07 15:27:48 -05:00
blankey1337
091db1d4c3
chore(ImageGen): cleanup
2023-04-07 12:47:49 -07:00
blankey1337
28cc9865e4
feat(ImageGen): add stable diffusion support
2023-04-07 08:02:48 -07:00
BillSchumacher
cce79695fa
Save redis memory state, with the default being to wipe on start still.
2023-04-07 00:48:27 -05:00
BillSchumacher
5a1d9e6d0a
Implement redis memory backend.
2023-04-07 00:08:25 -05:00
BillSchumacher
6819799ebe
Create an abstract MemoryProviderSingleton class. Pass config instead of instantiating a new one where used.
2023-04-06 22:25:17 -05:00
Toran Bruce Richards
9067a523fe
Merge branch 'master' into pinecone-memory
2023-04-06 11:05:01 +01:00
Toran Bruce Richards
a9451f4961
Merge pull request #258 from sweetlilmre/add-azure-compat
...
Added functionality to allow the use of GPT on a Microsoft Azure instance
2023-04-06 10:14:44 +01:00
Peter Edwards
34b6f47f71
Fix for boolean eval from .env
2023-04-06 09:15:45 +02:00
Petar Ostojic
62854afe68
Added fake user-agent headers to browser request.
2023-04-05 23:44:16 +02: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
TookTheRedBean
7556bac42e
Merge branch 'Torantulino:master' into master
2023-04-03 16:38:31 -07:00
kminer
79f0882dfc
fix: OpenAPI key variable name typo
2023-04-03 15:35:01 -06: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
59d52e9bc7
Sets actual token limits.
2023-04-03 11:30:39 +01:00
Taylor Brown
4173b07bce
Remove excessive debug text
2023-04-02 22:12:12 -05:00
Toran Bruce Richards
0c1636565f
Fixes missing openai import
2023-04-03 03:57:51 +01:00
Toran Bruce Richards
aed8c5b469
Fixes openai key not set error.
2023-04-03 03:57:38 +01:00
Taylor Brown
80ccd10d0b
Use gpt-4 by default for the main thought process
...
Allow specifying the llm through dotenv
Move more things into config
2023-04-02 21:35:28 -05:00
Taylor Brown
2b5a7cc485
Add missing properties to config.py
2023-04-02 17:17:46 -05:00
Torantulino
b4685f67e6
Apply autopep8 formatting to entire codebase
2023-04-02 09:13:15 +01:00
Torantulino
7f98e8adfe
Deletes old output renderer and renames AutonomousAI folder to scripts
2023-03-31 22:49:17 +01:00