Commit Graph

2205 Commits

Author SHA1 Message Date
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
cs0lar
067e697b8b fixed weaviate test and fixed conflicts 2023-04-13 18:24:43 +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
ShifraSec
f7910e85ce Link to 11Labs website to obtain API_KEY 2023-04-13 18:33:20 +04:00
Pi
dcf379c3e2 Merge pull request #1032 from merwanehamadi/feature/ability-have-no-memory
Feature/ability have no memory
2023-04-13 15:27:19 +01:00
Yossi Marouani
dd15900804 temperature should not be an Int. it can be any value between 0-1 2023-04-13 17:19:02 +03:00
sagarishere
ccfb568694 Fix twitter link: in README.md
Fixed twitter link to go to:
https://twitter.com/SigGravitas

Previously it was going to the icon image.
2023-04-13 17:08:23 +03:00
Peter Edwards
825b0eb5b2 Merge branch 'Torantulino:master' into readme-cleanup 2023-04-13 16:02:43 +02:00
Peter Edwards
41f17f8904 Small README.md clarity update and usage fixup 2023-04-13 16:02:15 +02:00
Pi
294fa5f85e Merge pull request #1050 from Torantulino/richbeales-patch-1
Correct link to unit tests in README
2023-04-13 14:54:10 +01:00
Pi
cc9bb19847 Merge branch 'master' into richbeales-patch-1 2023-04-13 14:52:54 +01:00
Pi
a956136421 Merge pull request #1065 from jiangying000/patch-1
Update README.md on log location
2023-04-13 14:45:53 +01:00
Pi
befa70b0e1 Merge pull request #1068 from Thakay/fixed-redundancy
Removed redundant cfg object creation in base memory file
2023-04-13 14:44:50 +01:00
Pi
5d93fbdd5c Merge pull request #1071 from sagarishere/patch-3
Typo: in PULL_REQUEST_TEMPLATE.md
2023-04-13 14:43:13 +01:00
Pi
ce8ce5a896 Merge pull request #1072 from WalterSumbon/master
replace deprecated function with current equivalent
2023-04-13 14:41:28 +01:00
Pi
d5ba889168 Merge pull request #1087 from digger-yu/patch-1
Update test_json_parser.py
2023-04-13 14:38:58 +01:00
Pi
4c11d72ade Merge pull request #1095 from sagarishere/patch-4
Remove deprecated (404) links, and add alt-text to one image: Update …
2023-04-13 14:32:55 +01:00
Ishwor Panta
3358bd453e Merge branch 'master' into patch-1 2023-04-13 19:10:06 +05:45
Eesa Hamza
ff094c7ecc Resolve Linter Issues 2023-04-13 15:09:24 +03:00
Maiko Bossuyt
334400edd1 Merge branch 'Torantulino:master' into add_ingest_documents_script 2023-04-13 13:50:41 +02:00
Maiko Bossuyt
1b49c1d37a Merge branch 'master' into add_website_memory 2023-04-13 13:47:46 +02:00
sagarishere
f3fb810979 Remove deprecated (404) links, and add alt-text to one image: Update README.md
1. Removed the link to Unit-tests as that link is deprecated and on clicking on it, it says, that workflow no longer exists.

2. Added alt text to the Discord link, following the convention from Twitter link alt text
2023-04-13 14:37:56 +03:00
Eesa Hamza
a10ffc1dbe Fixed error logging when choosing non-supported memory backend with '--use-memory' 2023-04-13 14:26:16 +03:00
Eesa Hamza
0f6fba7d65 Implemented the '--ai-settings' flag 2023-04-13 14:02:42 +03:00
digger-yu
0c7b7e5de8 Update test_json_parser.py
Optimize part of the code to maintain uniformity
2023-04-13 18:43:32 +08:00
Eesa Hamza
428caa9bef Added flags, and implemented skip-reprompt 2023-04-13 12:57:57 +03:00
Drikus Roor
abe01ab81e fix: Fix flake8 linting errors 2023-04-13 11:05:36 +02:00
Drikus Roor
62edc148a8 chore: Remove functions that had been removed on the master branch recently 2023-04-13 10:56:02 +02:00
Drikus Roor
d1ea6cf002 lint: Fix all E302 linting errors 2023-04-13 10:50:51 +02:00