Commit Graph

1486 Commits (20bd2de54a480bee59fb933195eb75a57fda2bec)

Author SHA1 Message Date
Richard Beales efc7b4deb6
Merge pull request #2024 from deece/master
Remove requirements-docker.txt
2023-04-17 17:43:01 +01:00
Richard Beales e6ef12d313
Merge pull request #2153 from bobvanluijt/patch-2
Update README.md with Weaviate installation and reference
2023-04-17 17:41:32 +01:00
Richard Beales a5506abdad
Merge pull request #2137 from suzuken/config-fix-openai-link
config.py: update OpenAI link to platform.openai.com
2023-04-17 17:40:48 +01:00
Richard Beales cf2c3fde41
Merge pull request #2132 from mawsyh/master
Update .env.template
2023-04-17 17:39:58 +01:00
Richard Beales ed89d9f801
Merge pull request #2129 from XFFXFF/fix_missing_import
fix a missing import
2023-04-17 17:39:08 +01:00
Richard Beales 2bb0ecf497
Merge pull request #2203 from Pwuts/patch-2
fix(pr-label): mitigate excessive concurrent runs
2023-04-17 17:35:04 +01:00
Reinier van der Leer ef7b417105
fix(pr-label): mitigate excessive concurrent runs 2023-04-17 18:16:37 +02:00
jingxing f2baa0872b config.py format 2023-04-17 17:16:14 +01:00
Steve Byerly 8637b8b61b whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly 6ac9ce614a whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly bd670b4db3 whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly def96ffe2f fix split file 2023-04-17 17:12:23 +01:00
Tom Kaitchuck 6b64158356 Unbound summary size
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
2023-04-17 17:08:21 +01:00
jimmycliff obonyo 23e7031326 install chrome/firefox for headless browing when running in docker container 2023-04-17 17:06:56 +01:00
REal0day a2a6f84f13 internal resource request bug 2023-04-17 17:05:45 +01:00
BillSchumacher 316f37bfce
Merge pull request #2198 from Pwuts/patch-1
fix(pr-label): set job permissions explicitly
2023-04-17 10:51:02 -05:00
Reinier van der Leer e7c3ff9b9e
fix(pr-label): set job permissions explicitly 2023-04-17 17:47:58 +02:00
rickythefox baf31e69e5
Use python:3-alpine image for code execution (#1192) 2023-04-17 16:45:23 +01:00
BillSchumacher 7fd55fa2f4
Merge pull request #2195 from Pwuts/patch-1
feat(pr-labels): auto-label conflicting PRs
2023-04-17 10:36:53 -05:00
Reinier van der Leer 35106ef662
feat(pr-labels): auto-label conflicting PRs 2023-04-17 17:33:50 +02:00
lfricken d4860fe9f0
Don't incapacitate yourself! (#1240)
* subprocesses

* fix lint

* fix more lint

* fix merge

* fix merge again
2023-04-17 16:27:53 +01:00
superherointj d47466ddf9 Add Nix flakes support through direnv
* Nix (https://nixos.org) is a reproducible build system.
* Enables Nix users to use/develop Auto-GPT, without installing PIP or any other future Auto-GPT dependency.
2023-04-17 16:22:46 +01:00
Manuel Otheo 57ee84437b changed break for continue 2023-04-17 09:20:52 -06:00
Manuel Otheo 286edbbb8c changed rstrip for strip and added case for empty string
changed rstrip for strip and added case for empty string in agent.py
2023-04-17 09:17:07 -06:00
lengweiping1983 00ba50bcb4
Merge branch 'Significant-Gravitas:master' into master 2023-04-17 23:04:40 +08:00
Acer 1d49b87e48 added missing import 2023-04-17 18:34:11 +04:30
Hamid Zare 6700ac94fa
docs: update docs
fix a typo
2023-04-17 09:28:32 -04:00
NEBULITE Berlin 10b2458f58
Update .env.template
"redis" as hostname for redis to correctly use the docker compose internal networking feature
2023-04-17 14:50:28 +02:00
EH 2c55ff0b3d
Update web_selenium.py 2023-04-17 15:43:14 +03:00
Eesa Hamza 9887016bdf Move under chrome 2023-04-17 15:39:04 +03:00
H-jj-R a0b0a4cec5 Merge remote-tracking branch 'origin/master' 2023-04-17 13:26:18 +01:00
H-jj-R 8dadf79614 Spelling fixes 2023-04-17 13:25:49 +01:00
Eesa Hamza 10cd0f3362 Add the OpenAI API Keys Configuration to the top of the readme 2023-04-17 13:14:58 +01:00
BingokoN d82ca101de Resolved merge conflict: Deleted autogpt/json_fixes/auto_fix.py as in HEAD 2023-04-17 12:25:55 +01:00
BingokoN 0d2e196368 refactoring/splitting the json fix functions into general module and llm module which need AI's assistance. 2023-04-17 12:14:43 +01:00
Bob van Luijt 125f0ba61a
Update README.md with Weaviate installation and reference 2023-04-17 12:46:27 +02:00
suzuken 74a8b5d832 config.py: update OpenAI link 2023-04-17 18:15:49 +09:00
Mad Misaghi bd25822b35
Update .env.template
addedMilvus
2023-04-17 12:24:27 +03:30
XFFXFF 2b87245e22 fix a missing import 2023-04-17 16:21:52 +08:00
Alastair D'Silva 60b779a905 Remove requirements-docker.txt
This file needs to be maintained parallel to requirements.txt, but
isn't, causes problems when new dependencies are introduced.

Instead, derive the Docker dependencies from the stock ones.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2023-04-17 17:09:13 +10:00
Richard Beales f41febd3ae
Merge pull request #2083 from Song2017/master
add docker requirements - jsonschema
2023-04-17 07:37:29 +01:00
Richard Beales be712fc606
Merge pull request #905 from endolith/noqa
Remove irrelevant noqa comments
2023-04-17 07:14:41 +01:00
Richard Beales cf25831ad5
Merge pull request #2003 from BatesJernigan/format-error-msg
feat: (aesthetic) add space on warning message
2023-04-17 07:13:47 +01:00
Richard Beales 6dbe84a1bf
Merge pull request #1555 from nolan23/update-docs
move comment to correct position
2023-04-17 07:12:25 +01:00
Richard Beales eefbccd957
Merge pull request #2012 from 0xf333/0xf333_branch
Fix: Update run_continuous.sh to correctly pass all command-line arguments
2023-04-17 07:09:45 +01:00
Richard Beales 2cb559ebdd
Merge pull request #2061 from wangxuqi/milvus_memory_test_fix
Fix milvus test Error: 'NameError: name 'MockConfig' is not defined'
2023-04-17 07:08:41 +01:00
Gabriel R. Barbosa 64383776a2
Update brian.py - Prevent TypeError exception
TypeError: BrianSpeech._speech() takes 2 positional arguments but 3 were given.

Use the same arguments as used in _speech method from gtts.py
2023-04-17 03:04:35 -03:00
Eesa Hamza e86764df45 Add linux selenium fixes 2023-04-17 07:55:48 +03:00
lengweiping 71c6600abf memory object move to memory_add block 2023-04-17 12:44:46 +08:00
Ben Song 0fa8073947 add docker requirements - jsonschema 2023-04-17 11:53:05 +08:00