Commit Graph

1410 Commits

Author SHA1 Message Date
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
derekcl
746cd5bc88 linter autofix 2023-04-12 19:38:38 -05:00
vadi
c594200195 Remove duplicated unnecessary config instance 2023-04-13 10:01:52 +10:00
Merwane Hamadi
046c49c90b add temperature to .env.template 2023-04-12 16:28:21 -07: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
Leon Derczynski
129d734a4c Auto-GPT requires numpy 2023-04-12 16:15:21 -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
Maiko Bossuyt
1c64a9d245 Update .env.template 2023-04-12 23:33:14 +02:00
Maiko Bossuyt
36d455c20e split_file() rework
rework the split_file function to make it simple and only have one yield while providing an overlap at the start and end of each chunk
2023-04-12 23:31:26 +02:00
Joseph C. Miller, II
5badde2c27 Add message to explain exit. 2023-04-12 15:30:34 -06:00
Maiko Bossuyt
3a2ccbd02f Merge branch 'master' into add_website_memory 2023-04-12 23:18:09 +02: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
a40ccc1e5d flake8 style 2023-04-12 23:53:40 +03:00
Maiko Bossuyt
2f1181f9a1 Update .gitignore 2023-04-12 22:52:37 +02:00
Maiko Bossuyt
2c8b42307b Merge branch 'Torantulino:master' into add_ingest_documents_script 2023-04-12 22:52:08 +02:00
Itamar Friedman
54478b35f2 Merge branch 'master' into browse_scrape_links_test_and_validate 2023-04-12 23:51:53 +03:00
Maiko Bossuyt
4e914e5ec1 Revert "Update .gitignore"
This reverts commit 7975c184a5.
2023-04-12 22:51:52 +02:00
Eesa Hamza
76b5b95744 Attempt to fix Linter issues 2023-04-12 23:49:32 +03:00
Maiko Bossuyt
2e0b44ae05 fix chunk creation
the last chunk wasn't correctly created, this commit fix that issue.
2023-04-12 22:46:49 +02:00
Richard Beales
a0f900f2da Merge pull request #1007 from drikusroor/fix-flake8-issues
Fix flake8 issues
2023-04-12 21:43:35 +01:00
Drikus Roor
639df44865 docs: Update README.md with the flake8 command used in the CI 2023-04-12 22:42:15 +02: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
f4a481513d ci: Set continue-on-error to false for flake8 lint job 2023-04-12 22:13:02 +02: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
Drikus Roor
8d0d4135ea ci: Update flake8 command to ignore some issues.
We can later gradually make it stricter until we have no errors anymore.
2023-04-12 22:07:04 +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
Pi
5982f29c18 Merge pull request #1002 from Torantulino/(workflow)IssueTemplate-for-bug
Update github-issue template for bug-report
2023-04-12 20:31:05 +01:00
Pi
b5c71a1b8e Update 1.bug.yml 2023-04-12 20:21:06 +01: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
Artemonim
d699e764ef Merge remote-tracking branch 'upstream/master' into delete-settings-as-file 2023-04-12 21:56:33 +03:00
cs0lar
5592dbd277 resolved latest conflicts 2023-04-12 19:54:56 +01:00
Artemonim
fdb4c99447 Merge branch 'master' into delete-settings-as-file 2023-04-12 21:54:34 +03:00
Richard Beales
079daf726d Merge pull request #923 from drikusroor/add-flake8-workflow
Add flake8 linter workflow
2023-04-12 19:48:24 +01:00
Maiko Bossuyt
65cc4f833f Add Memory Pre-Seeding information to readme.md
Add the documentation for memory pre-seeding
2023-04-12 20:47:46 +02:00
Richard Beales
ac76a97ec1 Merge pull request #798 from KissPeter/improve_Dockerfile_to_make_it_smaller
Improve Dockerfile
2023-04-12 19:44:58 +01:00
Maiko Bossuyt
4c30b47bbc Merge branch 'add_ingest_documents_script' of https://github.com/maiko/Auto-GPT into add_ingest_documents_script 2023-04-12 20:40:41 +02:00
Maiko Bossuyt
2afc89a1a4 Merge branch 'Torantulino:master' into add_ingest_documents_script 2023-04-12 20:40:11 +02:00
lekapsy
f9e104208d Merge branch 'master' into patch-1 2023-04-12 20:40:05 +02: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