Refactor messages serialization (#3832)

Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
Engel Nyst
2024-09-18 23:48:58 +02:00
committed by GitHub
parent ad0b549d8b
commit 8fdfece059
6 changed files with 54 additions and 79 deletions

View File

@@ -164,12 +164,12 @@ model = "gpt-4o"
# If model is vision capable, this option allows to disable image processing (useful for cost reduction).
#disable_vision = true
[llm.gpt3]
[llm.gpt4o-mini]
# API key to use
api_key = "your-api-key"
# Model to use
model = "gpt-3.5"
model = "gpt-4o-mini"
#################################### Agent ###################################
# Configuration for agents (group name starts with 'agent')