Reinier van der Leer
bde007e6f7
Use GPT-4 in Agent loop by default ( #4899 )
...
* Use GPT-4 as default smart LLM in Agent
* Rename (smart|fast)_llm_model to (smart|fast)_llm everywhere
* Fix test_config.py::test_initial_values
* Fix test_config.py::test_azure_config
* Fix Azure config backwards compatibility
2023-07-07 03:42:18 +02:00
merwanehamadi
512d7ba208
Remove analyze_code ( #4705 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
Co-authored-by: Erik Peterson <e@eriklp.com >
2023-06-15 12:55:50 -07:00
Erik Peterson
49d1a5a17b
Rework plugin config to be file-based ( #4673 )
2023-06-13 20:54:55 -07: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
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
Reinier van der Leer
9e17a304de
Minor improvements to the docs for voice config and testing ( #3407 )
2023-04-27 08:58:35 -07:00
Reinier van der Leer
76df14b831
Fix docs ( #3336 )
...
* Fix docs
* Add short section about testing to contribution guide
* Add back note for voice configuration
* Remove LICENSE symlink from docs/
* Fix site_url in mkdocs.yml
2023-04-26 19:14:14 +01:00
Richard Beales
f0f34030a0
Fix docs alignment ( #3302 )
2023-04-26 02:52:33 -05:00
Nicholas Tindle
eb0e96715e
docs fix to image generation ( #3186 )
2023-04-25 06:03:31 +01:00
chyezh
cac1ea27e2
Support secure and authenticated Milvus memory backends ( #2127 )
...
Co-authored-by: Reinier van der Leer (Pwuts) <github@pwuts.nl >
2023-04-23 18:11:04 +02:00
Didier Durand
582c85b140
Documentation: ensuring naming consistency ( #2975 )
...
auto gpt -> Auto-GPT to ensure naming consistency on the page
2023-04-23 09:28:08 +01:00
Didier Durand
a38646409f
Documentation: fixing typos ( #2978 )
...
Fixing a couple of typos
2023-04-23 09:26:54 +01:00
Didier Durand
bc354a3df6
Documentation typo: serach -> search ( #2977 )
2023-04-23 07:23:48 +01:00
Richard Beales
ad5d8b2341
Re-work Docs and split out README (using MkDocs) ( #2894 )
...
* Initial Documentation re-org
* remove testing link from readme
* rewrite quickstart
* get code blocks working across mkdocs and github
* add link to plugins repo
* add link to plugins repo and move readme to plugin template repo
* Add emoji to "Extensibility with Plugins" in readme
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
* Make docs deploy workflow path-selective
* Also run workflow when the workflow is updated
* fix readme links under configuration subfolder
* shrink subheadings in readme
---------
Co-authored-by: Toran Bruce Richards <toran.richards@gmail.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-22 12:56:22 +01:00