Commit Graph

74 Commits

Author SHA1 Message Date
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
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
Drikus Roor
4afd0a3714 lint: Fix E231 flake8 linting errors 2023-04-13 10:50:27 +02:00
Peter Edwards
285627e216 remove trailing whitespace 2023-04-13 08:41:18 +02:00
Peter Edwards
84c72d4f8c Merge remote-tracking branch 'upstream/master' into more_azure 2023-04-13 08:35:13 +02:00
Peter Edwards
bc4bca65d5 Fix for python < 3.10 2023-04-13 08:29:07 +02:00
Richard Beales
886117d82e Merge pull request #1028 from merwanehamadi/feature/add-ability-change-temperature
Feature/add ability change temperature
2023-04-13 07:28:15 +01:00
Richard Beales
8e30edba2c Merge pull request #463 from muellerberndt/shellcommands
Add capability to execute shell commands
2023-04-13 07:16:52 +01:00
Peter Edwards
bcdb4e476f Merge remote-tracking branch 'upstream/master' into more_azure 2023-04-13 08:12:29 +02:00
Bernhard Mueller
f79c7c4d1e Fix linter errors 2023-04-13 12:43:25 +07:00
Merwane Hamadi
4faba1fdd8 Add temperature configuration option to Config class 2023-04-12 16:27:01 -07:00
Drikus Roor
1f837968ff fix: Fix flake8 errors based on the flake8 command with a narrower definition of errors 2023-04-12 22:12:25 +02:00
Richard Beales
9c9758c720 Merge pull request #700 from Rokniel/azure-deployment-additions
Add required env parameters for azure usage
2023-04-12 18:08:54 +01:00
Bernhard Mueller
15dffed6e5 Merge branch 'master' of github.com:Torantulino/Auto-GPT into shellcommands 2023-04-12 23:15:31 +07:00
Peter Edwards
6fa9501251 Merge branch 'Torantulino:master' into more_azure 2023-04-12 13:28:23 +02:00
Peter Edwards
650e2dcd6d cleaned up .env to move Azure config to separate azure.yaml file
updated README.md to explain new config
added Azure yaml loader to config class
centralized model retrieval into config class
this commit effectively combines and replaces #700 and #580
2023-04-12 11:27:37 +02:00
Richard Beales
c765b345b4 Merge pull request #904 from endolith/typos
Fix some typos
2023-04-12 08:50:06 +01:00
Dill
f8438aabc2 Added option for custom elevenlabs voice IDs. 2023-04-11 21:37:03 -07:00
endolith
cf8b06f11f Fix some typos 2023-04-12 00:11:24 -04:00
Peter Edwards
23f46adc61 Merge branch 'Torantulino:master' into more_azure 2023-04-11 13:54:07 +02:00
Peter Edwards
9d33a75083 Changes for Azure embedding handling 2023-04-11 13:45:37 +02:00
Rokniel
63d3238c6c Merge branch 'master' into azure-deployment-additions 2023-04-11 12:21:46 +03:00
Bernhard Mueller
aba7956f10 Merge branch 'master' into shellcommands 2023-04-11 09:25:53 +07:00
kinance
3695c1e0e6 Merge branch 'Torantulino:master' into kinance-resolve-debug-config-conflict 2023-04-11 08:49:43 +09:00
Toran Bruce Richards
ed581461df Merge pull request #712 from nponeccop/pr-whitespace2
Remove trailing whitespace throughout
2023-04-10 23:02:31 +01:00
Toran Bruce Richards
cdcec2f619 Merge pull request #648 from pratiksinghchauhan/fix-#323-error-communicating-to-openai
Fix #323 Error communicating with OpenAI: Invalid URL 'your-base-url-for-azure/embeddings'
2023-04-10 22:46:46 +01:00
Andy Melnikov
c9701a3302 Remove trailing whitespace throughout 2023-04-10 18:17:11 +02:00
Bernhard Mueller
9598679180 Merge branch 'master' into shellcommands 2023-04-10 23:16:39 +07:00
Kari Ahdan
a504f0bdd3 Add required env parameters for azure usage 2023-04-10 16:43:06 +03:00
Pratik Singh Chauhan
72f609fd26 Merge branch 'master' into fix-#323-error-communicating-to-openai 2023-04-10 18:24:45 +05:30
Wladastic
826a9c8452 Merge branch 'master' into use-macos-tts-instead-of-gtts 2023-04-10 14:47:28 +02:00
Toran Bruce Richards
78315a99ee Merge branch 'master' into pr-whitespace 2023-04-10 13:35:47 +01:00
Toran Bruce Richards
93c2582705 Merge branch 'master' into master 2023-04-10 13:29:53 +01:00
Andy Melnikov
4a86da95f9 Remove trailing spaces throughout
This happens often in PRs so fixing this everywhere will make many PRs
mergeable as they won't include irrelevant whitespace fixes
2023-04-10 14:25:24 +02:00
kinance
5b2d6010dc Resolve the conflict around debug mode flag after pull merge 2023-04-10 20:10:11 +09:00
Wlad
64eb882947 fix code messup of assistant 2023-04-10 11:20:58 +02:00
Wlad
205a0c84cf fix config read 2023-04-10 11:18:17 +02:00
pratiksinghchauhan
13467259b4 fix: #323 Error communicating with OpenAI 2023-04-10 12:07:37 +05:30
Bernhard Mueller
09d2f47e08 Introduce EXECUTE_SHELL_COMMANDS config var, default to False 2023-04-10 11:01:48 +07:00
Andres Caicedo
26abb30674 Merge branch 'master' into dev 2023-04-09 15:42:53 +02:00
Andres Caicedo
011699e6a1 Code review changes 2023-04-09 15:39:11 +02: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
kinance
91fe21e64d Revised to support debug mode from command line 2023-04-08 12:39:57 +09: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