Commit Graph

777 Commits (cc8fc99c50b13292b77270ee4017930f54a31c05)

Author SHA1 Message Date
Pi cc8fc99c50
Merge pull request #938 from 6rzes/fix_encoding_charmap_utf
fix  Error: 'charmap' codec can't encode character '\u0142' in position 99: character maps to<undefined>
2023-04-13 16:17:08 +01:00
Pi a3efbd0bee
Merge pull request #1011 from cryptidv/redis-logging
Improved logging on connection fail to a Memory Backend
2023-04-13 15:47:41 +01:00
Pi c3adb1950b
Merge pull request #1031 from DerekCL/feature/readme-lint-fix
Linter Autofix for Readme.md
2023-04-13 15:38:24 +01:00
Pi 1a8a757d72
Merge pull request #1022 from leondz/patch-1
Auto-GPT requires numpy -- added to requirements.txt
2023-04-13 15:34:50 +01:00
Pi dcf379c3e2
Merge pull request #1032 from merwanehamadi/feature/ability-have-no-memory
Feature/ability have no memory
2023-04-13 15:27:19 +01:00
Pi 294fa5f85e
Merge pull request #1050 from Torantulino/richbeales-patch-1
Correct link to unit tests in README
2023-04-13 14:54:10 +01:00
Pi cc9bb19847
Merge branch 'master' into richbeales-patch-1 2023-04-13 14:52:54 +01:00
Pi a956136421
Merge pull request #1065 from jiangying000/patch-1
Update README.md on log location
2023-04-13 14:45:53 +01:00
Pi befa70b0e1
Merge pull request #1068 from Thakay/fixed-redundancy
Removed redundant cfg object creation in base memory file
2023-04-13 14:44:50 +01:00
Pi 5d93fbdd5c
Merge pull request #1071 from sagarishere/patch-3
Typo: in PULL_REQUEST_TEMPLATE.md
2023-04-13 14:43:13 +01:00
Pi ce8ce5a896
Merge pull request #1072 from WalterSumbon/master
replace deprecated function with current equivalent
2023-04-13 14:41:28 +01:00
Pi d5ba889168
Merge pull request #1087 from digger-yu/patch-1
Update test_json_parser.py
2023-04-13 14:38:58 +01:00
Pi 4c11d72ade
Merge pull request #1095 from sagarishere/patch-4
Remove deprecated (404) links, and add alt-text to one image: Update …
2023-04-13 14:32:55 +01:00
sagarishere f3fb810979
Remove deprecated (404) links, and add alt-text to one image: Update README.md
1. Removed the link to Unit-tests as that link is deprecated and on clicking on it, it says, that workflow no longer exists.

2. Added alt text to the Discord link, following the convention from Twitter link alt text
2023-04-13 14:37:56 +03:00
digger-yu 0c7b7e5de8
Update test_json_parser.py
Optimize part of the code to maintain uniformity
2023-04-13 18:43:32 +08:00
WalterSumbon 4c7eef550a replace deprecated function with current equivalent 2023-04-13 16:45:08 +08:00
sagarishere aa4118d4b9
Typo: in PULL_REQUEST_TEMPLATE.md
Typo
2023-04-13 11:27:15 +03:00
Kasra Amini 0061976a91 Removed redundant cfg object creation in base memory file 2023-04-13 03:32:39 -04:00
jiangying d938013084
Update README.md on log location 2023-04-13 15:06:29 +08:00
Richard Beales c8b8673286
Merge pull request #802 from sweetlilmre/more_azure
More fixes for Azure hosting
2023-04-13 07:58:41 +01:00
Richard Beales 17b84099dc
Merge pull request #1062 from sagarishere/patch-1
Update .gitignore
2023-04-13 07:56:54 +01:00
Richard Beales 9c3f2a9c81
Merge pull request #1044 from fqd511/patch-1
add link for pinecone in README
2023-04-13 07:55:49 +01:00
Peter Edwards 1a64a60296
Merge branch 'Torantulino:master' into more_azure 2023-04-13 08:53:20 +02:00
Richard Beales 2ca7652e50
Merge pull request #810 from nponeccop/pr-whitespace-E303
Fix flake8 E303,W293,W291,W292,E305
2023-04-13 07:51:22 +01:00
Andy Melnikov e635cf4a4a Fix flake8 E303,W293,W291,W292,E305
Some of the previously fixed things creeped in. I would like to keep the
requirements low on the PR authors for now and gradually improve the
pep8 compliance without introducing much breakage.
2023-04-13 08:49:20 +02:00
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
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
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