Luke K (pr-0f3t)
eb2410ac6c
Merge remote-tracking branch 'upstream/master' into Release-v0.4.1
2023-06-19 14:08:06 -04:00
merwanehamadi
a7f805604c
Pass config everywhere in order to get rid of singleton ( #4666 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-18 19:05:41 -07:00
gravelBridge
c17d825bba
Remove urls tts macos ( #4260 )
...
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com >
2023-06-14 07:43:06 -03:00
Erik Peterson
5fe600af9d
Clean up and fix issues with env configuration and .env.template ( #4630 )
...
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-06-09 15:28:30 -07:00
merwanehamadi
ee9f10a8d8
remove unused imports automatically ( #4449 )
...
* remove unused imports automatically
* add linters to pr template
* remove useless try statement
2023-05-28 05:50:50 -07:00
Reinier van der Leer
bfbe613960
Vector memory revamp (part 1: refactoring) ( #4208 )
...
Additional changes:
* Improve typing
* Modularize message history memory & fix/refactor lots of things
* Fix summarization
* Move memory relevance calculation to MemoryItem & improve test
* Fix import warnings in web_selenium.py
* Remove `memory_add` ghost command
* Implement overlap in `split_text`
* Move memory tests into subdirectory
* Remove deprecated `get_ada_embedding()` and helpers
* Fix used token calculation in `chat_with_ai`
* Replace Message TypedDict by dataclass
* Fix AgentManager singleton issues in tests
---------
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co >
2023-05-25 20:31:11 +02:00
Richard Beales
06ae4684c8
replace 50+ occurrences of print() with logger ( #3056 )
...
Co-authored-by: James Collins <collijk@uw.edu >
Co-authored-by: Luke Kyohere <lkyohere@mfsafrica.com >
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: Media <12145726+rihp@users.noreply.github.com >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
2023-04-29 23:40:57 -05:00
James Collins
7e5afd8744
Refactor/decouple logger from global configuration ( #3171 )
...
* Decouple logging from the global configuration
* Configure logging first
* Clean up global voice engine creation
* Remove class vars from logger
* Remove duplicate implementation of
---------
Co-authored-by: Richard Beales <rich@richbeales.net >
2023-04-25 05:41:30 +01:00
James Collins
dfcbf6eee6
Refactor/move singleton out of config module ( #3161 )
2023-04-24 17:24:57 -05:00
Richard Beales
894027f5f6
run black and isort on behalf of OP
2023-04-22 16:25:03 +01:00
Ugo
0efa0d1185
Replace print statements with logging.error
...
This commit replaces two print statements in the _speech method of the BrianSpeech class with a single call to logging.error. This will log error messages with more detail and make it easier to diagnose issues. The changes are backward compatible and should not affect the functionality of the code.
2023-04-20 20:52:45 +03:00
Merwane Hamadi
cf9a94a8b6
isort implemented
2023-04-17 13:42:01 -07:00
Richard Beales
d4b74661aa
Merge pull request #2168 from H-jj-R/master
...
Spelling Fixes
2023-04-17 18:02:09 +01:00
H-jj-R
8dadf79614
Spelling fixes
2023-04-17 13:25:49 +01:00
Gabriel R. Barbosa
64383776a2
Update brian.py - Prevent TypeError exception
...
TypeError: BrianSpeech._speech() takes 2 positional arguments but 3 were given.
Use the same arguments as used in _speech method from gtts.py
2023-04-17 03:04:35 -03:00
BillSchumacher
bf3142ad67
Add eleven labs voice IDs.
2023-04-15 21:24:40 -05: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