Commit Graph

854 Commits

Author SHA1 Message Date
Ron Balter
f9cbddc9f0 Enable Custom Search API in gcp project
While following this guide to enable google search, this step was missing for me and the API calls to https://customsearch.googleapis.com/customsearch/v1?q= failed with:
"""
Custom Search API has not been used in project <PROJECT_ID> before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/customsearch.googleapis.com/overview?project=<PROJECT_ID> then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
"""

Also, checked that merely https://console.developers.google.com/apis/api/customsearch.googleapis.com redirects to the active project used in the last session in GCP, so no need to provide the projectId parameter.
2023-04-14 00:58:51 +03:00
Richard Beales
a3024ca80d Merge pull request #774 from Sma-Das/remove_imports
[Cleanup] Removed unneeded imports
2023-04-13 22:23:11 +01:00
Sma Das
439e736b8b Removed unneeded imports 2023-04-13 17:00:03 -04:00
Pi
361fed4e32 Merge pull request #1144 from Torantulino/richbeales-patch-1
Update README - Discord link and unit test link
2023-04-13 21:45:16 +01:00
Richard Beales
04f063130f Merge branch 'master' into richbeales-patch-1 2023-04-13 21:43:10 +01:00
Richard Beales
09f529ebda Merge pull request #836 from mikekelly/add-docker-compose
Add docker compose scheduling
2023-04-13 21:38:43 +01:00
Richard Beales
4b2870fcec Merge pull request #1016 from josephcmiller2/continuous-mode-limit
Continuous mode limit
2023-04-13 21:04:24 +01:00
Richard Beales
7fdacd88e5 Merge pull request #980 from lekapsy/patch-1
Improve .env File Organization, Readability, and Documentation
2023-04-13 21:01:45 +01:00
Richard Beales
d8681435c7 Merge pull request #970 from suclogger/fix-reading-config-file-encoding
Use UTF-8 encoding for reading config file.
2023-04-13 20:59:41 +01:00
Richard Beales
90c05326d8 Merge pull request #1125 from MoElaSec/master
[README] Link to 11Labs website to obtain API_KEY
2023-04-13 20:42:54 +01:00
Richard Beales
905e1b4012 Merge pull request #1120 from sagarishere/patch-5
Fix twitter link: in README.md
2023-04-13 20:40:37 +01:00
Richard Beales
b8301118a6 Merge pull request #1142 from melambert/api-error
Simple retry on Open AI chat if a Rate Limit or 502 Bad Gateway…
2023-04-13 20:39:56 +01:00
Joseph C. Miller, II
f3e9739501 Revert inadvertent change 2023-04-13 13:35:46 -06:00
Richard Beales
b8cf6fae10 Merge pull request #1138 from Celthi/txt-dev
skip getting relevant memory if no message history
2023-04-13 20:34:38 +01:00
Richard Beales
58a7fad381 Merge pull request #837 from AlrikOlson/prompt-generator
Refactor seed prompt loading: replace text file with Python class for easier maintenance
2023-04-13 20:25:42 +01:00
Joseph C. Miller, II
95b93045be Exit message should be yellow 2023-04-13 13:16:14 -06:00
Joseph C. Miller, II
56b3fc916e Merge with master 2023-04-13 12:51:36 -06:00
Alrik Olson
8186ccb56a formatting 2023-04-13 11:36:48 -07:00
Alrik Olson
94845aa0e1 Merge branch 'master' into prompt-generator 2023-04-13 11:34:43 -07:00
Richard Beales
af40de5342 Merge pull request #884 from Androbin/patch-4
Fix JSON formatting in prompt.txt
2023-04-13 19:23:41 +01:00
Alrik Olson
412e48c599 Merge branch 'master' into prompt-generator 2023-04-13 11:00:04 -07:00
Pi
36dc481ed4 Merge pull request #1155 from Torantulino/richbeales-patch-2
Flake8 linter fix E302
2023-04-13 18:58:37 +01:00
Richard Beales
f4ff62f0cb Flake8 linter fix E302 2023-04-13 18:57:14 +01:00
Alrik Olson
9b256a3dd5 Merge branch 'master' into prompt-generator 2023-04-13 10:54:39 -07:00
Richard Beales
ff52b204c3 Merge pull request #1147 from Torantulino/richbeales-patch-2
Hotfix - re-add missing cfg variable to memory/base
2023-04-13 18:35:31 +01:00
Richard Beales
0488385f2c Merge pull request #1151 from nponeccop/pr-whitespace-E302
Fix flake8 E302
2023-04-13 18:34:00 +01:00
Andy Melnikov
6bb4ca0bff Fix flake8 E302 2023-04-13 19:32:35 +02:00
Richard Beales
23e5f3c3c6 Merge pull request #1148 from ezzcodeezzlife/master
remove output to set OpenAI API key in config.py
2023-04-13 18:24:58 +01:00
Richard Beales
529646926e Merge pull request #1053 from ishworpanta10/patch-1
Update serial in Installation step
2023-04-13 18:07:28 +01:00
Richard Beales
6f4b2ffb4a Merge pull request #1038 from primaryobjects/azure-ad
Config option for azure_ad to support Managed Identities
2023-04-13 18:05:33 +01:00
fabi.s
1da9dbe671 remove output to set OpenAI API key in config.py 2023-04-13 19:05:23 +02:00
Richard Beales
53c00b4199 Hotfix - re-add missing cfg variable to memory/base 2023-04-13 18:01:12 +01:00
Richard Beales
0ba2956ee4 Merge pull request #1014 from drikusroor/fix-flake8-issues-pt-2
Fix flake8 issues pt. 2 (Add E231 & E302 flake8 rules)
2023-04-13 17:56:06 +01:00
Richard Beales
5e4b0def8c Merge pull request #1033 from merwanehamadi/feature/put-loop-in-if-main
put loop in in if main
2023-04-13 17:54:59 +01:00
Kory Becker
36f0570e93 Merge branch 'master' into azure-ad 2023-04-13 12:53:57 -04:00
Kory Becker
da247ca600 merge fix 2023-04-13 12:47:16 -04:00
Richard Beales
cc0bd3b962 Merge pull request #1121 from ymarouani/bugFix/temperatureType
temperature should not be an Int. it can be any value between 0-1
2023-04-13 17:38:26 +01:00
Richard Beales
f98fba6657 Update README - Discord link and unit test link
Use new url for discord, correct link to ci.yaml workflow.
2023-04-13 17:33:22 +01:00
Mark
d2f75e8659 Added simple retry on Open AI chat if a Rate Limit or 502 Bad Gateway error received 2023-04-13 17:23:16 +01:00
lekapsy
c0beeeb6b2 Merge branch 'master' into patch-1 2023-04-13 18:13:32 +02:00
Merwane Hamadi
b112f5ebfa put loop in in if main 2023-04-13 09:09:38 -07:00
celthi
c5188d5611 skip getting relevant memory if no message history 2023-04-13 23:41:09 +08:00
Pi
cc8fc99c50 Merge pull request #938 from 6rzes/fix_encoding_charmap_utf
fix  Error: 'charmap' codec can't encode character '\u0142' in position 99: character maps to<undefined>
2023-04-13 16:17:08 +01:00
Kory Becker
6dd6b1f878 Merge branch 'master' into azure-ad 2023-04-13 11:11:56 -04:00
Alrik Olson
2a62394112 add: execute shell command to prompt.py 2023-04-13 07:56:56 -07:00
Alrik Olson
1bb056e9c9 Merge branch 'master' into prompt-generator 2023-04-13 07:56:42 -07:00
Joseph C. Miller, II
2f7a402040 Use yellow instead of red for termination message 2023-04-13 08:49:22 -06:00
Pi
a3efbd0bee Merge pull request #1011 from cryptidv/redis-logging
Improved logging on connection fail to a Memory Backend
2023-04-13 15:47:41 +01:00
Pi
c3adb1950b Merge pull request #1031 from DerekCL/feature/readme-lint-fix
Linter Autofix for Readme.md
2023-04-13 15:38:24 +01:00
Pi
1a8a757d72 Merge pull request #1022 from leondz/patch-1
Auto-GPT requires numpy -- added to requirements.txt
2023-04-13 15:34:50 +01:00