EH
c7cf00d667
Merge branch 'master' into flags-updates
2023-04-13 23:17:18 +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
Joseph C. Miller, II
f3e9739501
Revert inadvertent change
2023-04-13 13:35:46 -06: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
9b256a3dd5
Merge branch 'master' into prompt-generator
2023-04-13 10:54:39 -07:00
fabi.s
1da9dbe671
remove output to set OpenAI API key in config.py
2023-04-13 19:05:23 +02: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
Merwane Hamadi
b112f5ebfa
put loop in in if main
2023-04-13 09:09:38 -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
Eesa Hamza
ff094c7ecc
Resolve Linter Issues
2023-04-13 15:09:24 +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
Eesa Hamza
428caa9bef
Added flags, and implemented skip-reprompt
2023-04-13 12:57:57 +03:00
Drikus Roor
d1ea6cf002
lint: Fix all E302 linting errors
2023-04-13 10:50:51 +02:00
WalterSumbon
4c7eef550a
replace deprecated function with current equivalent
2023-04-13 16:45:08 +08:00
Alrik Olson
a3eedfcd2f
Merge branch 'master' into prompt-generator
2023-04-12 19:48:33 -07:00
vadi
c594200195
Remove duplicated unnecessary config instance
2023-04-13 10:01:52 +10: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
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
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
43c006d71c
feat(global): errors logs are logged as debug level and activated with program argument 'debug'
2023-04-12 19:41:08 +02:00
Alrik Olson
2ef9928a2e
Merge remote-tracking branch 'origin/master' into prompt-generator
2023-04-12 07:33:36 -07:00
Eesa Hamza
083ccb6bd3
Added a memory backend argument
2023-04-12 16:58:39 +03:00
Wlad
0105dd340a
Merge remote-tracking branch 'upstream/master' into fix-user-feedback-json-error
2023-04-12 15:01:24 +02:00
Richard Beales
3ea57ca326
Merge pull request #888 from chozzz/bugfix
...
Bugfix for #803 - Debug mode
2023-04-12 10:06:04 +01:00
Wlad
c6605b06c5
Merge remote-tracking branch 'upstream/master' into fix-user-feedback-json-error
2023-04-12 10:58:09 +02:00
Wlad
4063483b87
add my fixes
2023-04-12 10:56:54 +02:00
Richard Beales
4dbf72159d
Merge pull request #542 from ccheney/attr-error-lower
...
command_name null check before calling .lower()
2023-04-12 09:54:05 +01:00
Richard Beales
a0cebb02db
Merge pull request #733 from keenborder786/gpt_4_only_option
...
GPT-4 Only Option
2023-04-12 09:36:45 +01:00
vadi
bc6f34d7dc
Fixes #803
...
- Brings back debug mode
- Replaces all calls from cfg.debug to cfg.debug_mode that was updated on 5b2d6010dc
- Remove unnecessary config instance at main.py
2023-04-12 16:32:16 +10:00
Chris Cheney
3ffff9f112
Merge branch 'master' of github.com:Torantulino/Auto-GPT into attr-error-lower
2023-04-11 22:51:53 -05:00
Wlad
edf364efe8
Merge remote-tracking branch 'upstream/master' into fix-user-feedback-json-error
2023-04-11 23:32:31 +02:00
Alrik Olson
7a0c9e8a9d
fix attempts to import a non-existent module
2023-04-11 10:30:53 -07:00
Alrik Olson
b73bca6b2d
Merge remote-tracking branch 'origin/master' into prompt-generator
2023-04-11 09:17:36 -07:00
Alrik Olson
b19eb74874
Refactor the seed prompt to be generated programmatically
...
This removes the tedium of having to re-number every numbered item in the prompt.txt if you want to add/remove commands.
2023-04-11 09:09:59 -07:00
PierreBastiani
dbb78b636f
check for authorise 'y' without trailing space
2023-04-11 14:57:29 +01:00
Toran Bruce Richards
d7b747600d
Merge pull request #782 from onekum/patch-1
...
Change "an" to "a"
2023-04-11 12:55:27 +01:00
Toran Bruce Richards
186a8c615e
Merge pull request #678 from kinance/kinance-resolve-debug-config-conflict
...
Resolve the conflict around debug mode flag after pull merge
2023-04-11 12:34:01 +01:00
Toran Bruce Richards
ff7c000c83
Merge pull request #786 from kinance/kiannce-remove-duplicate-debug-mode
...
Remove duplicates of set debug mode func
2023-04-11 12:31:44 +01:00
kinance
b06974904c
Remove duplicates of set debug mode func
2023-04-11 19:26:23 +09:00
onekum
b90f355e7d
Change "an" to "a"
...
Grammar error: In English, only words starting with (a, e, i, o, u) get "an".
2023-04-11 05:01:02 -04:00