Enabled native function calling for O1 + added support for reasoning_effort config in the config. (#6256)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Alejandro Cuadron Lafuente
2025-01-16 15:53:11 +01:00
committed by GitHub
parent efe04baf34
commit 578291e961
5 changed files with 34 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ workspace_base = "./workspace"
# Cache directory path
#cache_dir = "/tmp/cache"
# Reasoning effort for o1 models (low, medium, high, or not set)
#reasoning_effort = "medium"
# Debugging enabled
#debug = false