Commit Graph

875 Commits

Author SHA1 Message Date
Tymec
121f4e606c fix: more modular approach for embedding dimension 2023-04-14 17:17:10 +02:00
Tymec
653904a359 chore: added memory embeder option to dotenv template 2023-04-14 15:07:13 +02:00
Tymec
fb6684450c test: added tests for memory embeder 2023-04-14 14:56:58 +02:00
Tymec
b042376db4 docs: added comments 2023-04-14 14:53:18 +02:00
Tymec
64db4eef39 fix: added back numpy to requirements 2023-04-14 14:47:13 +02:00
Tymec
967c9270ce feat: ability to use local embeddings model (sBERT) 2023-04-14 14:45:44 +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
Richard Beales
43935e25f6 Merge pull request #1220 from JesseRWeigel/patch-1
fix misspelling
2023-04-14 07:37:08 +01:00
Richard Beales
13ba2e8165 Merge pull request #1158 from merwanehamadi/feature/wrap-infinite-loop-in-agent-class
wrap infinite loop in class agent
2023-04-14 07:30:04 +01:00
Richard Beales
7c4510dfac Merge pull request #1232 from eng-cc/cc-0414-devcontainer
[environments] add devcontainer config
2023-04-14 07:28:39 +01:00
Richard Beales
cba276075b Merge pull request #1231 from sunnypranay/improved-dockerfile
Improve Dockerfile with best practices and optimizations
2023-04-14 07:25:04 +01:00
Richard Beales
2c279ebafe Merge pull request #1242 from morsoli/master
Resolving Unicode encoding issues
2023-04-14 07:23:05 +01:00
Richard Beales
d79184b689 Merge pull request #1236 from zzzgydi/master
fix: remove duplicate debug mode logger
2023-04-14 07:15:47 +01:00
Richard Beales
646cc2be93 Merge pull request #1034 from merwanehamadi/feature/remove-useless-load_variables_method
remove useless load_variables_method
2023-04-14 07:13:34 +01:00
莫尔索
5e6d0b620a Resolving Unicode encoding issues
Solve the problem that Chinese, Japanese, Korean and other non-English languages are all encoded in Unicode when writing ai_settings.yaml configuration.
2023-04-14 11:38:29 +08:00
GyDi
3128397988 fix: remove duplicate debug mode logger 2023-04-14 11:17:46 +08:00
eng-cc
aeb81aa597 [environments] add devcontainer environment 2023-04-14 10:54:59 +08:00
sunnypranay
1f21998f0c Improve Dockerfile with best practices and optimizations 2023-04-13 21:47:28 -05:00
Jesse R Weigel
4666ea0150 fix misspelling 2023-04-13 21:57:31 -04:00
Merwane Hamadi
43efbff4b8 remove useless load_variables_method 2023-04-13 15:26:38 -07:00
Merwane Hamadi
c59b6b5543 wrap infinite loop in class agent 2023-04-13 15:19:41 -07: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
a3024ca80d Merge pull request #774 from Sma-Das/remove_imports
[Cleanup] Removed unneeded imports
2023-04-13 22:23:11 +01:00
Sma Das
439e736b8b Removed unneeded imports 2023-04-13 17:00:03 -04:00
Pi
361fed4e32 Merge pull request #1144 from Torantulino/richbeales-patch-1
Update README - Discord link and unit test link
2023-04-13 21:45:16 +01:00
Richard Beales
04f063130f Merge branch 'master' into richbeales-patch-1 2023-04-13 21:43:10 +01:00
Richard Beales
09f529ebda Merge pull request #836 from mikekelly/add-docker-compose
Add docker compose scheduling
2023-04-13 21:38:43 +01:00
Richard Beales
4b2870fcec Merge pull request #1016 from josephcmiller2/continuous-mode-limit
Continuous mode limit
2023-04-13 21:04:24 +01:00
Richard Beales
7fdacd88e5 Merge pull request #980 from lekapsy/patch-1
Improve .env File Organization, Readability, and Documentation
2023-04-13 21:01:45 +01:00
Richard Beales
d8681435c7 Merge pull request #970 from suclogger/fix-reading-config-file-encoding
Use UTF-8 encoding for reading config file.
2023-04-13 20:59:41 +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
b8301118a6 Merge pull request #1142 from melambert/api-error
Simple retry on Open AI chat if a Rate Limit or 502 Bad Gateway…
2023-04-13 20:39:56 +01:00
Joseph C. Miller, II
f3e9739501 Revert inadvertent change 2023-04-13 13:35:46 -06:00
Richard Beales
b8cf6fae10 Merge pull request #1138 from Celthi/txt-dev
skip getting relevant memory if no message history
2023-04-13 20:34:38 +01:00
Richard Beales
58a7fad381 Merge pull request #837 from AlrikOlson/prompt-generator
Refactor seed prompt loading: replace text file with Python class for easier maintenance
2023-04-13 20:25:42 +01:00
Joseph C. Miller, II
95b93045be Exit message should be yellow 2023-04-13 13:16:14 -06:00
Joseph C. Miller, II
56b3fc916e Merge with master 2023-04-13 12:51:36 -06:00
Alrik Olson
8186ccb56a formatting 2023-04-13 11:36:48 -07:00
Alrik Olson
94845aa0e1 Merge branch 'master' into prompt-generator 2023-04-13 11:34:43 -07:00
Richard Beales
af40de5342 Merge pull request #884 from Androbin/patch-4
Fix JSON formatting in prompt.txt
2023-04-13 19:23:41 +01:00
Alrik Olson
412e48c599 Merge branch 'master' into prompt-generator 2023-04-13 11:00:04 -07:00
Pi
36dc481ed4 Merge pull request #1155 from Torantulino/richbeales-patch-2
Flake8 linter fix E302
2023-04-13 18:58:37 +01:00
Richard Beales
f4ff62f0cb Flake8 linter fix E302 2023-04-13 18:57:14 +01:00
Alrik Olson
9b256a3dd5 Merge branch 'master' into prompt-generator 2023-04-13 10:54:39 -07:00
Richard Beales
ff52b204c3 Merge pull request #1147 from Torantulino/richbeales-patch-2
Hotfix - re-add missing cfg variable to memory/base
2023-04-13 18:35:31 +01:00
Richard Beales
0488385f2c Merge pull request #1151 from nponeccop/pr-whitespace-E302
Fix flake8 E302
2023-04-13 18:34:00 +01:00
Andy Melnikov
6bb4ca0bff Fix flake8 E302 2023-04-13 19:32:35 +02:00
Richard Beales
23e5f3c3c6 Merge pull request #1148 from ezzcodeezzlife/master
remove output to set OpenAI API key in config.py
2023-04-13 18:24:58 +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