Commit Graph

1012 Commits (712982a7d52a59b4b022b25cfee98093538ef67a)

Author SHA1 Message Date
Mike M 712982a7d5
Fix for 'requires string as left operand, not PosixPath' 2023-04-15 11:21:43 -05:00
Richard Beales 793ea4d893
Merge pull request #1590 from twajothi/master
Fixed the import
2023-04-15 16:42:14 +01:00
Richard Beales de575eba60
Merge pull request #1586 from nicostubi/feature/gitignore-additions
Some more file extensions to ignore
2023-04-15 16:39:36 +01:00
Thibault Twahirwa fe1241aa61
Merge branch 'Significant-Gravitas:master' into master 2023-04-15 11:35:50 -04:00
Richard Beales d7f8748572
Merge pull request #1580 from youkaichao/fix_type
update type annotation
2023-04-15 16:35:06 +01:00
Richard Beales 5bc7304675
Merge pull request #1579 from bufo24/master
remove sourcery from docker build
2023-04-15 16:33:51 +01:00
Thibault Twahirwa 3564fdaec6
Merge branch 'Significant-Gravitas:master' into master 2023-04-15 11:33:04 -04:00
Richard Beales 7c0789252e
Merge pull request #1572 from cryptidv/browser-agnostic
Make browsing with Selenium Browser Agnostic
2023-04-15 16:32:24 +01:00
Richard Beales 26ffa41f20
Merge pull request #1567 from drikusroor/cover-token-counter
test: Write unit tests for token_counter
2023-04-15 16:30:37 +01:00
Richard Beales a84fc06483
Merge pull request #1558 from pitmonticone/master
Fix typo
2023-04-15 16:29:54 +01:00
Richard Beales d6124b77cc
Merge pull request #1528 from shaiss/patch-1
typo in TOC
2023-04-15 16:28:23 +01:00
Richard Beales f957331310
Merge pull request #1525 from droosma/patch-1
Update docker-compose.yml
2023-04-15 16:27:40 +01:00
Thibault Twahirwa d28ac11d56
Merge branch 'Significant-Gravitas:master' into master 2023-04-15 11:23:55 -04:00
Richard Beales 3ee961c600
Merge pull request #1417 from merwanehamadi/feature/change-default-temperature
make 0 the default temperature
2023-04-15 16:22:45 +01:00
Richard Beales 4354065f78
Merge pull request #1381 from jedak1ah/master
Fixed error when google results might have weird characters
2023-04-15 16:20:49 +01:00
Richard Beales 5e18bb4b61
Merge pull request #1304 from JuroOravec/master
README: Explain OpenAI billing for API key (Fixes issue about "API Rate Limit Reached. Waiting 20 seconds ... Failed to get response after 5 retries")
2023-04-15 16:16:24 +01:00
Richard Beales 8c4b985df0
Merge pull request #1269 from suensummit/cleanup-unused-azure-env
Cleanup azure parameters in env.template and remove unused env in config.py
2023-04-15 16:15:16 +01:00
Richard Beales 95f7ed607a
Merge pull request #1202 from merwanehamadi/feature/setup-integration-tests
Feature/setup integration tests
2023-04-15 16:13:01 +01:00
Thibault Twahirwa 8ec2538584
Merge branch 'Significant-Gravitas:master' into master 2023-04-15 11:04:09 -04:00
Jedakiah 02db53e12f Fixed error when google search contains funny characters 2023-04-15 17:01:29 +02:00
Jedakiah 0a137e4e63 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	autogpt/commands.py
2023-04-15 16:57:40 +02:00
Richard Beales 5dfdb2e2a9
Merge pull request #801 from chyezh/enable-milvus
enable milvus as memory backend
2023-04-15 15:51:21 +01:00
Summit Suen a0de3868c6 Cleanup azure parameters in env.template and remove unused env in config.load_azure_config(). 2023-04-15 22:44:50 +08:00
Nicolas Stübi 84aed05ebb Merge branch 'master' into feature/gitignore-additions
# Conflicts:
#	.gitignore
2023-04-15 16:25:31 +02:00
Nicolas Stübi f9265e9b01 Some more file extensions to ignore 2023-04-15 16:20:26 +02:00
Thibault Twahirwa 44bd3d6717 Fixed the import 2023-04-15 10:17:03 -04:00
youkaichao a51b37f01c fix dict type annotation 2023-04-15 22:10:22 +08:00
youkaichao afd2c5e2c6 update type annotation 2023-04-15 22:04:05 +08:00
Bufo 55facfd8db
remove sourcery from docker build 2023-04-15 15:59:14 +02:00
Eesa Hamza e90e618c5e Added agnostic browser support 2023-04-15 16:28:34 +03:00
chyezh 395d9d0481 enable milvus as memory backend 2023-04-15 21:20:30 +08:00
Drikus Roor d52381eead fix: Fix imports 2023-04-15 15:20:19 +02:00
Drikus Roor bdefa24ac6 test: Write unit tests for token_counter 2023-04-15 15:11:25 +02:00
BillSchumacher 1073954fb7
Reorg (#1537)
* Pi's message.

* Fix most everything.

* Blacked

* Add Typing, Docstrings everywhere, organize the code a bit.

* Black

* fix import

* Update message, dedupe.

* Increase backoff time.

* bump up retries
2023-04-15 13:56:23 +01:00
Pietro Monticone cc7d421c77
Update README.md 2023-04-15 14:07:39 +02:00
Pietro Monticone c69050fc84 Fix typo 2023-04-15 14:05:23 +02:00
Shai Perednik a40f335464
typo in TOC
the new memory seeiding url was wrong
  - [🧠 Memory pre-seeding](#-memory-pre-seeding)
2023-04-15 05:58:04 -04:00
Duncan Roosma d53bd020ea
Update docker-compose.yml
Needed to add this to get `docker-compose run auto-gpt` to run successfully
2023-04-15 11:42:12 +02:00
BillSchumacher e986af5de0
Merge pull request #1476 from shaped1/patch-1
Fix all 65 typos of it being gtp instead of GPT
2023-04-15 02:30:17 -05:00
polygon 82bf1c6367
Fix all 65 typos of it being gtp instead of GPT
In this file alone, Entrepreneur-GPT was referred to as Entrepreneur-GTP 65 times. Curious why, as it doesn't seem like a one time mistake/typo. Was referred to as Entrepreneur-GPT in the rest of the project, so FTFY.
2023-04-14 22:07:45 -07:00
BillSchumacher 6a93537c42
AI name hotfix. (#1452)
* Pi's message.

* Fix most everything.

* Blacked

* Update agent.py

Hotfix.
2023-04-15 02:29:25 +01:00
Merwane Hamadi dc4094b264 added smoke test 2023-04-14 17:20:02 -07:00
BillSchumacher 4bb7a598a5
Fix everything (#1444)
* Pi's message.

* Fix most everything.

* Blacked
2023-04-15 01:04:48 +01:00
Merwane Hamadi ca5a52f48a Update sys.path to use pathlib in json_tests.py 2023-04-14 15:46:02 -07:00
Merwane Hamadi 36091853e0 Add integration test for write_file command 2023-04-14 15:45:45 -07:00
Merwane Hamadi 7e21123a5d Add README.md with instructions on running tests 2023-04-14 15:45:45 -07:00
Jedakiah c60e654a9b Merge remote-tracking branch 'origin/master'
# Conflicts:
#	autogpt/commands.py
2023-04-15 00:43:06 +02:00
merwanehamadi b65b7acace
added selenium dependencies (#1432) 2023-04-14 23:33:28 +01:00
Richard Beales d57d3ea83e
Merge pull request #1426 from merwanehamadi/feature/fix-commands.py
fix commands.py
2023-04-14 23:25:33 +01:00
Merwane Hamadi b144464674 fix commands.py 2023-04-14 15:18:36 -07:00