John
b64a4881d9
Update README.md clarifying the .env.template step
2023-04-16 01:05:51 -04:00
BillSchumacher
bf3142ad67
Add eleven labs voice IDs.
2023-04-15 21:24:40 -05:00
BillSchumacher
74a0944862
Revert "Show readme love"
...
This reverts commit 4a38fbaa99 .
2023-04-15 21:23:09 -05:00
BillSchumacher
a52be46e69
Revert "Show readme love"
...
This reverts commit 6f7153324c .
2023-04-15 21:23:05 -05:00
BillSchumacher
7b4e2bdb4d
Revert "Show readme love"
...
This reverts commit fd1a11c452 .
2023-04-15 21:23:01 -05:00
Bently
fd1a11c452
Show readme love
2023-04-16 02:09:35 +01:00
Bently
6f7153324c
Show readme love
2023-04-16 02:09:00 +01:00
Bently
4a38fbaa99
Show readme love
2023-04-16 02:08:14 +01:00
Bently
6a98ebdb9c
Fixes README.md
...
Fix README.md for now
2023-04-16 00:40:08 +01: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
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
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
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
Ikko Eltociear Ashimine
919a784a20
Update README.md
...
HuggingFace -> Hugging Face
2023-04-16 01:19:46 +09:00
Richard Beales
a84fc06483
Merge pull request #1558 from pitmonticone/master
...
Fix typo
2023-04-15 16:29:54 +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
chyezh
395d9d0481
enable milvus as memory backend
2023-04-15 21:20:30 +08: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
Edgar Barrantes
a791d7a244
Update docs: Data ingestion script location
2023-04-15 12:06:40 +03:00
BillSchumacher
a8cf64736f
Pi's message. ( #1418 )
2023-04-14 23:02:11 +01:00
Dino Hensen
d64f866bfa
Convert to python module named autogpt.
...
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Richard Beales
f6f4f1fbc0
Merge pull request #992 from maiko/add_ingest_documents_script
...
Add data_ingestion.py script for memory pre-seeding
2023-04-14 17:32:35 +01:00
Richard Beales
100fd8d0b9
Merge pull request #1096 from cryptidv/flags-updates
...
Flags Updates
2023-04-14 17:22:10 +01:00
Maiko Bossuyt
8093ac7949
Merge branch 'master' into add_ingest_documents_script
2023-04-14 18:12:23 +02:00
Juro Oravec
02f23db210
docs: Explain OpenAI billing for API key
2023-04-14 13:00:55 +02:00
Peter Edwards
5c31f46b45
Merge remote-tracking branch 'upstream/master' into readme-cleanup
2023-04-14 09:19:51 +02:00
Richard Beales
98efd26456
Merge pull request #1197 from Ronbalt/patch-1
...
Enable Custom Search API in gcp project
2023-04-14 08:04:28 +01:00
eng-cc
aeb81aa597
[environments] add devcontainer environment
2023-04-14 10:54:59 +08:00
Eesa Hamza
4f923ece60
Added double_check logging to AI Settings validator, and updated README for 'no_memory'
2023-04-14 01:56:45 +03:00
Maiko Bossuyt
869373fbfc
Merge branch 'master' into add_ingest_documents_script
2023-04-14 00:49:32 +02:00
Eesa Hamza
8472bbd455
Added 'Command Line Arguments' section to README
2023-04-14 01:34:30 +03:00
Ron Balter
f9cbddc9f0
Enable Custom Search API in gcp project
...
While following this guide to enable google search, this step was missing for me and the API calls to https://customsearch.googleapis.com/customsearch/v1?q= failed with:
"""
Custom Search API has not been used in project <PROJECT_ID> before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/customsearch.googleapis.com/overview?project= <PROJECT_ID> then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
"""
Also, checked that merely https://console.developers.google.com/apis/api/customsearch.googleapis.com redirects to the active project used in the last session in GCP, so no need to provide the projectId parameter.
2023-04-14 00:58:51 +03:00
Richard Beales
04f063130f
Merge branch 'master' into richbeales-patch-1
2023-04-13 21:43:10 +01:00
Richard Beales
90c05326d8
Merge pull request #1125 from MoElaSec/master
...
[README] Link to 11Labs website to obtain API_KEY
2023-04-13 20:42:54 +01:00
Richard Beales
905e1b4012
Merge pull request #1120 from sagarishere/patch-5
...
Fix twitter link: in README.md
2023-04-13 20:40:37 +01:00
Richard Beales
529646926e
Merge pull request #1053 from ishworpanta10/patch-1
...
Update serial in Installation step
2023-04-13 18:07:28 +01:00
Richard Beales
0ba2956ee4
Merge pull request #1014 from drikusroor/fix-flake8-issues-pt-2
...
Fix flake8 issues pt. 2 (Add E231 & E302 flake8 rules)
2023-04-13 17:56:06 +01:00
Richard Beales
f98fba6657
Update README - Discord link and unit test link
...
Use new url for discord, correct link to ci.yaml workflow.
2023-04-13 17:33:22 +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
ShifraSec
f7910e85ce
Link to 11Labs website to obtain API_KEY
2023-04-13 18:33:20 +04:00
sagarishere
ccfb568694
Fix twitter link: in README.md
...
Fixed twitter link to go to:
https://twitter.com/SigGravitas
Previously it was going to the icon image.
2023-04-13 17:08:23 +03:00
Peter Edwards
41f17f8904
Small README.md clarity update and usage fixup
2023-04-13 16:02:15 +02: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
Ishwor Panta
3358bd453e
Merge branch 'master' into patch-1
2023-04-13 19:10:06 +05:45
Maiko Bossuyt
334400edd1
Merge branch 'Torantulino:master' into add_ingest_documents_script
2023-04-13 13:50:41 +02: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