Improve configuration for reasoning_effort (#9572)

This commit is contained in:
Kenny Dizi 2025-07-08 21:05:15 +07:00 committed by GitHub
parent 7acee9e5da
commit 3f5a5005a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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