From 3f5a5005a213057d9bd01d29baf59ff8cbfcd3f7 Mon Sep 17 00:00:00 2001 From: Kenny Dizi Date: Tue, 8 Jul 2025 21:05:15 +0700 Subject: [PATCH] Improve configuration for `reasoning_effort` (#9572) --- config.template.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.template.toml b/config.template.toml index efe8eef7c7..9237bdd404 100644 --- a/config.template.toml +++ b/config.template.toml @@ -18,9 +18,6 @@ # 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 @@ -119,6 +116,9 @@ api_key = "" # API version #api_version = "" +# Reasoning effort for OpenAI o-series models (low, medium, high, or not set) +#reasoning_effort = "medium" + # Cost per input token #input_cost_per_token = 0.0