Commit Graph

2205 Commits

Author SHA1 Message Date
Merwane Hamadi
9b56ebe5c4 removed json_tests.py test_that_apologies_containing_multiple_json_get_the_correct_one because it breaks 2023-04-14 11:55:18 -07:00
0xArty
4322784b01 added black to the requirments 2023-04-14 19:43:34 +01:00
0xArty
1804a804df updated the contributor guide 2023-04-14 19:36:19 +01:00
0xArty
9d0bc54b07 added pre-commit formatting 2023-04-14 19:29:21 +01:00
Jedakiah
7daa3fc8f9 Merge remote-tracking branch 'origin/master' 2023-04-14 20:18:04 +02:00
Merwane Hamadi
8dbc71da0c added message to redirect users 2023-04-14 11:15:17 -07:00
Merwane Hamadi
adf7c3ac98 added more autogpt prefixes in imports 2023-04-14 11:15:02 -07:00
Jedakiah
d0dd107f39 Fixed error when google results might have weird characters 2023-04-14 20:00:36 +02:00
Dino Hensen
d64f866bfa Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Richard Beales
638c956f72 Merge pull request #1365 from Torantulino/master
Merge into Stable for PR batch 4 v0.1.3
2023-04-14 18:18:06 +01:00
Richard Beales
a17a850b25 Merge pull request #968 from maiko/add_website_memory
Add visited website to memory for recalling content without being limited by the website summary.
2023-04-14 17:55:32 +01:00
Maiko Bossuyt
5a6053594f Merge branch 'Torantulino:master' into add_website_memory 2023-04-14 18:36:26 +02:00
Richard Beales
40ed086f81 Merge pull request #1347 from mikekelly/code-execution-when-already-in-a-container
Execute python via shell if already running in a container
2023-04-14 17:36:02 +01:00
Maiko Bossuyt
483abb1da1 Merge branch 'master' into add_website_memory 2023-04-14 18:34:53 +02:00
Richard Beales
f6f4f1fbc0 Merge pull request #992 from maiko/add_ingest_documents_script
Add data_ingestion.py script for memory pre-seeding
2023-04-14 17:32:35 +01:00
Richard Beales
100fd8d0b9 Merge pull request #1096 from cryptidv/flags-updates
Flags Updates
2023-04-14 17:22:10 +01:00
Mike Kelly
2ba0cb24dc execute python via shell if already running in a container 2023-04-14 17:18:07 +01:00
Maiko Bossuyt
8093ac7949 Merge branch 'master' into add_ingest_documents_script 2023-04-14 18:12:23 +02:00
Richard Beales
d5423fdcaf Merge pull request #1312 from mikekelly/more-robust-log-dir-path
More robust log dir path
2023-04-14 17:11:56 +01:00
Maiko Bossuyt
a67818648e Update browse.py
linting
2023-04-14 18:10:42 +02:00
Tymec
34eac5754c test: fix typo and add newline at the end
- Fixed "embeder" typo to "embedder"
- Added newline at the end of test unit
2023-04-14 18:06:47 +02:00
Tymec
2a147acd3f refactor: fix typo
Changed all occurrences of "embeder" to "embedder".
2023-04-14 17:58:29 +02:00
Tymec
121f4e606c fix: more modular approach for embedding dimension 2023-04-14 17:17:10 +02:00
Pi
71ae22fc7a Merge pull request #1323 from sagarishere/patch-13
update to modern python format syntax
2023-04-14 15:16:30 +01:00
Pi
9706ae8611 Merge pull request #1118 from sweetlilmre/readme-cleanup
Readme cleanup
2023-04-14 14:46:31 +01:00
Pi
aca16dbc5d Merge pull request #754 from meta-fx/added-new-voice
Added new env variable and speech function for alternative TTS voice
2023-04-14 14:45:11 +01:00
sagarishere
b18530a985 update to modern python format syntax
update to modern python format syntax

no logic change
2023-04-14 16:31:45 +03:00
Tymec
653904a359 chore: added memory embeder option to dotenv template 2023-04-14 15:07:13 +02:00
Tymec
fb6684450c test: added tests for memory embeder 2023-04-14 14:56:58 +02:00
Tymec
b042376db4 docs: added comments 2023-04-14 14:53:18 +02:00
Tymec
64db4eef39 fix: added back numpy to requirements 2023-04-14 14:47:13 +02:00
Tymec
967c9270ce feat: ability to use local embeddings model (sBERT) 2023-04-14 14:45:44 +02:00
Mike Kelly
9e27e0165d gitignore the logs file 2023-04-14 13:19:30 +01:00
Mike Kelly
475edd3b40 make the path reference in logger more robust 2023-04-14 12:57:30 +01:00
Juro Oravec
02f23db210 docs: Explain OpenAI billing for API key 2023-04-14 13:00:55 +02:00
Maiko Bossuyt
c0462dbe77 Update file_operations.py
fixed linting
2023-04-14 10:35:52 +02:00
Maiko Bossuyt
6403bf1127 Update data_ingestion.py
fixed linting
2023-04-14 10:35:30 +02:00
Maiko Bossuyt
e147788c72 Update .env.template
BROWSE_CHUNK_MAX_LENGTH default value
2023-04-14 10:33:34 +02:00
Peter Edwards
087ee6ecd0 Merge branch 'readme-cleanup' of https://github.com/sweetlilmre/Auto-GPT into readme-cleanup 2023-04-14 09:20:10 +02:00
Peter Edwards
5c31f46b45 Merge remote-tracking branch 'upstream/master' into readme-cleanup 2023-04-14 09:19:51 +02:00
meta-fx
1612069594 Fixed E302 expected 2 blank lines, found 1 2023-04-14 02:18:17 -05:00
sea
988d6d877f Update consistent code command style 2023-04-14 15:13:50 +08:00
Richard Beales
98efd26456 Merge pull request #1197 from Ronbalt/patch-1
Enable Custom Search API in gcp project
2023-04-14 08:04:28 +01:00
Richard Beales
43935e25f6 Merge pull request #1220 from JesseRWeigel/patch-1
fix misspelling
2023-04-14 07:37:08 +01:00
Richard Beales
13ba2e8165 Merge pull request #1158 from merwanehamadi/feature/wrap-infinite-loop-in-agent-class
wrap infinite loop in class agent
2023-04-14 07:30:04 +01:00
meta-fx
2fd96b68bd Added new line and elevenlabs elements back to the env 2023-04-14 01:28:47 -05:00
Richard Beales
7c4510dfac Merge pull request #1232 from eng-cc/cc-0414-devcontainer
[environments] add devcontainer config
2023-04-14 07:28:39 +01:00
meta-fx
261887cc8e Merge remote-tracking branch 'upstream/master' into added-new-voice 2023-04-14 01:27:34 -05:00
Richard Beales
cba276075b Merge pull request #1231 from sunnypranay/improved-dockerfile
Improve Dockerfile with best practices and optimizations
2023-04-14 07:25:04 +01:00
Richard Beales
2c279ebafe Merge pull request #1242 from morsoli/master
Resolving Unicode encoding issues
2023-04-14 07:23:05 +01:00