Peter Edwards
285627e216
remove trailing whitespace
2023-04-13 08:41:18 +02:00
Peter Edwards
d46e1fb755
Merge remote-tracking branch 'upstream/master' into more_azure
2023-04-13 08:38:30 +02:00
Richard Beales
73378b176c
Merge pull request #742 from Artemonim/delete-settings-as-file
...
Delete ai_settings.yaml
2023-04-13 07:35:47 +01:00
Peter Edwards
84c72d4f8c
Merge remote-tracking branch 'upstream/master' into more_azure
2023-04-13 08:35:13 +02:00
Peter Edwards
fc13122d56
Merge branch 'more_azure' of https://github.com/sweetlilmre/Auto-GPT into more_azure
2023-04-13 08:29:14 +02:00
Peter Edwards
bc4bca65d5
Fix for python < 3.10
2023-04-13 08:29:07 +02:00
Richard Beales
886117d82e
Merge pull request #1028 from merwanehamadi/feature/add-ability-change-temperature
...
Feature/add ability change temperature
2023-04-13 07:28:15 +01:00
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
sagarishere
9f2d609be3
Update .gitignore
...
Added ignoring .DS_Store for mac environments.
It can be assumed that some developers may not have global .gitignore settings for their environments. This will ease the friction of rejected push, commit rollback, again putting changes from stashes and then again pushing.
Can save precious time for some devs using Mac systems.
2023-04-13 09:24:15 +03: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
Richard Beales
4e4af3ed26
Merge pull request #780 from coditamar/browse_scrape_links_test_and_validate
...
browse: (1) apply url validation also to scrape_links(), (2) add unit-tests for scrape_links()
2023-04-13 07:10:06 +01:00
Bernhard Mueller
f79c7c4d1e
Fix linter errors
2023-04-13 12:43:25 +07:00
Ishwor Panta
1546c24441
Update serial in Installation step
...
updated serial in Installation step from 1 rather than from 0.
2023-04-13 10:52:35 +05:45
Richard Beales
65abfc9d3d
Correct link to unit tests in README
2023-04-13 06:01:28 +01: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
511
91d1f3eca8
add link for pinecone in README
2023-04-13 11:43:09 +08: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
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