Move endpoint version to conifg. Refactor ugli model lists

This commit is contained in:
Cohee
2025-04-27 14:56:51 +03:00
parent acc05e633d
commit 61c7f53d22
2 changed files with 30 additions and 23 deletions

View File

@@ -234,6 +234,10 @@ claude:
# should be ideal for most use cases.
# Any value other than a non-negative integer will be ignored and caching at depth will not be enabled.
cachingAtDepth: -1
# -- GOOGLE GEMINI API CONFIGURATION --
gemini:
# API endpoint version ("v1beta" or "v1alpha")
apiVersion: 'v1beta'
# -- SERVER PLUGIN CONFIGURATION --
enableServerPlugins: false
# Attempt to automatically update server plugins on startup