Richard Beales
|
dabaa9d6a8
|
Merge pull request #965 from nolan23/master
pull image if it's not found locally
|
2023-04-13 07:26:30 +01:00 |
|
Richard Beales
|
49b65590ea
|
Merge pull request #781 from chozzz/fix/refactor-code
Remove duplicated unnecessary codes
|
2023-04-13 07:17:37 +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
|
5cec481711
|
Merge branch 'Torantulino:master' into more_azure
|
2023-04-13 08:13:03 +02: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 |
|
Bernhard Mueller
|
946700fcf7
|
Change workdir logic
|
2023-04-13 11:27:43 +07:00 |
|
Bernhard Mueller
|
3ff2323450
|
Rename command & functions to execute_shell
|
2023-04-13 11:04:26 +07:00 |
|
Alrik Olson
|
a3eedfcd2f
|
Merge branch 'master' into prompt-generator
|
2023-04-12 19:48:33 -07:00 |
|
Kory Becker
|
db9f8a2749
|
Added config option for OPENAI_API_TYPE=azure_ad
|
2023-04-12 22:14:51 -04:00 |
|
Merwane Hamadi
|
84c128fd0f
|
Create NoMemory provider as a memory provider that does not store any data
|
2023-04-12 17:48:11 -07:00 |
|
Merwane Hamadi
|
62bd93a4d2
|
Import NoMemory and add it as a memory_backend option in get_memory function
|
2023-04-12 17:48:08 -07:00 |
|
vadi
|
c594200195
|
Remove duplicated unnecessary config instance
|
2023-04-13 10:01:52 +10:00 |
|
Merwane Hamadi
|
f4831348e8
|
Use configured temperature value in create_chat_completion function
|
2023-04-12 16:27:11 -07:00 |
|
Merwane Hamadi
|
4faba1fdd8
|
Add temperature configuration option to Config class
|
2023-04-12 16:27:01 -07:00 |
|
Joseph C. Miller, II
|
a5d4ffd945
|
Merge branch 'master' into continuous-mode-limit
|
2023-04-12 15:50:05 -06:00 |
|
Joseph C. Miller, II
|
d706a3436d
|
Make configuration similar to other arguments.
|
2023-04-12 15:39:25 -06:00 |
|
Joseph C. Miller, II
|
12e1fcca92
|
Correct the checking for continuous limit without continuous mode
|
2023-04-12 15:36:35 -06:00 |
|
Joseph C. Miller, II
|
5badde2c27
|
Add message to explain exit.
|
2023-04-12 15:30:34 -06:00 |
|
Itamar Friedman
|
3e53e976a5
|
flake8 style
|
2023-04-13 00:06:23 +03:00 |
|
Itamar Friedman
|
bf3c76ced7
|
flake8 style
|
2023-04-13 00:04:08 +03:00 |
|
Itamar Friedman
|
9f972f4ee9
|
flake8 style
|
2023-04-13 00:00:33 +03:00 |
|
Itamar Friedman
|
54478b35f2
|
Merge branch 'master' into browse_scrape_links_test_and_validate
|
2023-04-12 23:51:53 +03:00 |
|
Eesa Hamza
|
76b5b95744
|
Attempt to fix Linter issues
|
2023-04-12 23:49:32 +03:00 |
|
Eesa Hamza
|
8c51fe8373
|
Added new logging function as an error or warning message
|
2023-04-12 23:38:53 +03:00 |
|
Eesa Hamza
|
5d871f04e6
|
Added pinecone connectivity check and added relevant logging
|
2023-04-12 23:29:54 +03:00 |
|
Eesa Hamza
|
a850c27dd5
|
Improved logging on connection fail to redis
|
2023-04-12 23:13:34 +03: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 |
|
Itamar Friedman
|
57bca3620e
|
minor style
|
2023-04-12 23:04:43 +03:00 |
|
Itamar Friedman
|
c63645cbba
|
redo suggested changes. move unit test files to the fitting directory
|
2023-04-12 22:41:23 +03:00 |
|
Itamar Friedman
|
7c0c896600
|
Merge branch 'master' into browse_scrape_links_test_and_validate
|
2023-04-12 22:31:51 +03:00 |
|
Richard Beales
|
7e3ff66494
|
Merge pull request #913 from chozzz/bugfix-823
Bugfix for #840 - Local memory fix
|
2023-04-12 20:07:50 +01:00 |
|
Richard Beales
|
0528aacfb7
|
Merge pull request #827 from PierreBastiani/user_input-quality_of_life
check for authorise 'y' without trailing space
|
2023-04-12 19:36:58 +01:00 |
|
Richard Beales
|
bc75c74eef
|
Merge pull request #957 from cryptidv/master
Adds a '--use-memory' flag to choose memory backend at runtime
|
2023-04-12 19:33:30 +01:00 |
|
Fabrice Hong
|
9f8b9db7bb
|
fix(global): fix wrong calls
|
2023-04-12 20:08:47 +02:00 |
|
Fabrice Hong
|
0f3c85335c
|
fix(logger): fix file handler not outputing DEBUG
|
2023-04-12 19:57:22 +02:00 |
|
Fabrice Hong
|
158c576a87
|
refactor(logger): rename the typewriter log function from 'log' to 'typewriter_log'
|
2023-04-12 19:57:17 +02:00 |
|
Fabrice Hong
|
862d44ea39
|
fix(logger): fix typewriter simulation doesn't work well with Typing spinner
|
2023-04-12 19:54:03 +02:00 |
|
Fabrice Hong
|
1f5049a9c4
|
doc(logger): added class documentation
|
2023-04-12 19:41:11 +02:00 |
|
Fabrice Hong
|
43c006d71c
|
feat(global): errors logs are logged as debug level and activated with program argument 'debug'
|
2023-04-12 19:41:08 +02:00 |
|
Richard Beales
|
0e004f5c14
|
Merge pull request #697 from Wladastic/fix-user-feedback-json-error
fix json parser
|
2023-04-12 18:22:47 +01:00 |
|
Richard Beales
|
364e2a4ba1
|
Merge branch 'master' into add-unit-tests-workflow
|
2023-04-12 18:14:37 +01: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 |
|
Richard Beales
|
c98471e333
|
Merge pull request #685 from STRML/fix/json-parsing
Fix various JSON input bugs
|
2023-04-12 18:03:34 +01:00 |
|
Bernhard Mueller
|
940772b502
|
Merge branch 'shellcommands' of github.com:muellerberndt/Auto-GPT into shellcommands
|
2023-04-12 23:47:16 +07:00 |
|
Bernhard Mueller
|
affe77e18c
|
Call subprocess.run with shell=True
|
2023-04-12 23:46:55 +07:00 |
|
Richard Beales
|
a7176cd229
|
Merge pull request #215 from slavakurilyak/security-and-robustness-improvements
Improve Security and Robustness in browse.py
|
2023-04-12 17:37:44 +01:00 |
|
Bernhard Mueller
|
9e8d35277b
|
Update scripts/commands.py
Co-authored-by: Peter Stalman <sarkedev@gmail.com>
|
2023-04-12 23:32:17 +07:00 |
|
Bernhard Mueller
|
cc9723c26e
|
Make chdir code more robust
|
2023-04-12 23:30:35 +07:00 |
|
Bernhard Mueller
|
15dffed6e5
|
Merge branch 'master' of github.com:Torantulino/Auto-GPT into shellcommands
|
2023-04-12 23:15:31 +07:00 |
|