Commit Graph

1131 Commits

Author SHA1 Message Date
BillSchumacher
a3f25ca5af Merge pull request #1263 from warmthsea/master
Update consistent code command style
2023-04-15 19:29:12 -05:00
BillSchumacher
cc51abd4dd Delete activity.log
remove accidentally added file.
2023-04-15 19:28:15 -05:00
BillSchumacher
1908af52df Delete error.log
remove accidentally added file.
2023-04-15 19:28:07 -05:00
BillSchumacher
a99beb0628 Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1263 2023-04-15 19:27:25 -05:00
BillSchumacher
fef9a1e42f Merge 2023-04-15 19:24:12 -05:00
Pi
60881ed856 Add \n to pass linter-check 2023-04-15 23:48:27 +01:00
Pi
d5534f1e5f Add missing terminal \n 2023-04-15 23:48:27 +01:00
DaoAdvocate
424564825a .env 2023-04-15 23:48:27 +01:00
DaoAdvocate
c30a621195 updates 2023-04-15 23:48:27 +01:00
DaoAdvocate
cfba3d0a60 twitter_send_tweets_command 2023-04-15 23:48:27 +01:00
BillSchumacher
f785c8cf03 Merge pull request #96 from ryanmac/playwright-browser
Use playwright instead of requests for browse
2023-04-15 17:31:45 -05:00
BillSchumacher
ef4e4eb5d4 Blacked 2023-04-15 17:30:28 -05:00
Itamar Friedman
5a8700060e fixing tests to fit latest merges into master 2023-04-15 23:19:50 +01:00
BillSchumacher
f2035231e3 Refactor and Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/96 2023-04-15 17:12:59 -05:00
BillSchumacher
1586966003 Merge pull request #124 from EricFedrowisch/master
First draft at adding persistent memory via sqlite3
2023-04-15 16:42:14 -05:00
BillSchumacher
4a19124cb7 Blacked. 2023-04-15 16:40:12 -05:00
BillSchumacher
f86ca43b2f Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/124
Moved code to new package to integrate later perhaps.
2023-04-15 16:38:58 -05:00
BillSchumacher
2fb1b70a14 Merge pull request #87 from mharris717/improve-extract_hyperlinks-040323
Improve extract_hyperlinks to honor base url
2023-04-15 16:21:59 -05:00
BillSchumacher
52bb22d8d1 Merge 2023-04-15 16:20:43 -05:00
BillSchumacher
9cf7227a67 Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/87 2023-04-15 16:17:57 -05:00
Richard Beales
dfe5550ad0 Merge pull request #1712 from BillSchumacher/master
Merge #72
2023-04-15 22:01:32 +01:00
BillSchumacher
09f13033ae Merge branch 'escape-double-quotes-in-json-values' of github.com:PhilipAD/Auto-GPT 2023-04-15 15:50:50 -05:00
Richard Beales
bd525ab9e2 Merge pull request #1702 from manskx/master
Update README.md "ELEVENLABS_API_KEY"
2023-04-15 21:43:52 +01:00
BillSchumacher
862adb2b64 Merge pull request #1518 from EdgarBarrantes/patch-1
Update docs: Data ingestion script location
2023-04-15 15:31:23 -05:00
BillSchumacher
6d369671c8 Merge branch 'master' into patch-1 2023-04-15 15:30:18 -05:00
Mansy
9607ae0c1e Update README.md
Use correct var name "ELEVENLABS_API_KEY"
2023-04-15 22:26:00 +02:00
BillSchumacher
ff5b8f1490 Merge pull request #1683 from Hyaxia/feature/rate-limit-log
in debug mode add a log about rate limit error
2023-04-15 15:18:28 -05:00
BillSchumacher
8978844111 Update llm_utils.py
Remove pass
2023-04-15 15:17:23 -05:00
BillSchumacher
106bf2c52e Merge pull request #1690 from Bedrock-Utilities/master
Update requirements.txt
2023-04-15 15:15:03 -05:00
Richard Beales
43a5a9e653 Merge pull request #1682 from thisislvca/master
Update README.md
2023-04-15 21:11:01 +01:00
BillSchumacher
898b7eed8a Merge pull request #1635 from Imccccc/feature/embedding-with-retry
Embedding Improvement
2023-04-15 15:04:31 -05:00
BillSchumacher
e758a4de3e Update pinecone.py
Fix blank lines.
2023-04-15 15:03:33 -05:00
BillSchumacher
93b3e8428c Update llm_utils.py
Fix trailing whitespace
2023-04-15 15:03:03 -05:00
nponeccop
3f535e3b56 Merge pull request #1694 from BillSchumacher/apply-quality
Quality update
2023-04-15 21:58:47 +02:00
BillSchumacher
11d6dabe37 Quality update 2023-04-15 14:55:13 -05:00
DJ Stomp
bebc015eb3 Update requirements.txt 2023-04-15 12:30:09 -07:00
hyaxia
2f776957d8 changed error msg 2023-04-15 22:20:05 +03:00
Luca Meneghetti
27a21e848d Update README.md
Fixed a typo in the README.md file:

From "may often in a **broken** state." to "may often be in a **broken** state."
2023-04-15 21:07:27 +02:00
hyaxia
051b5372ce in debug mode add a log about rate limit error 2023-04-15 22:06:27 +03:00
Richard Beales
82f53aae54 Merge pull request #1678 from Significant-Gravitas/nponeccop-patch-1
Fix run.bat to use the new module
2023-04-15 20:00:57 +01:00
Richard Beales
097fcd8f56 Merge pull request #1659 from CatMe0w/patch-1
Fix typo in .env.template
2023-04-15 19:59:56 +01:00
nponeccop
77f44cdbbe Fix run.bat to use the new module 2023-04-15 20:59:38 +02:00
Richard Beales
1c12a84ded Merge pull request #1658 from wangxuqi/milvus_memory
Fix Milvus as a long-term memory backend.
2023-04-15 19:53:02 +01:00
Pi
a1d201028b Added missing \n at end of file 2023-04-15 19:51:52 +01:00
Richard Beales
33e8d61959 Merge pull request #1676 from Significant-Gravitas/p-i--patch-1
Update requirements.txt
2023-04-15 19:48:34 +01:00
Pi
35192cf413 Update requirements.txt 2023-04-15 19:47:04 +01:00
Richard Beales
c8c4e2b59c Fix invalid config import in git_operations 2023-04-15 19:28:48 +01:00
Richard Beales
c1f18b5324 Revert "Add ability to use local embeddings model" (#1662) 2023-04-15 19:25:44 +01:00
Ding3LI
9f822ec5ca [doc] Improvements: Tutorials and Explanation (#1603)
* [doc] Modified README: detailed explanation, cleared conceptual confusions, added explicit examples

* [doc] Modified README: emphasize precedence note, concise description

* [doc] Modified README: fixed CMD to project directory
2023-04-15 19:21:39 +01:00
CatMe0w
11f3e97b28 Fix typo in .env.template 2023-04-16 01:58:40 +08:00