update config
Some checks failed
Deploy / deploy-ssh (push) Successful in 6s
Docker / docker (push) Successful in 7s
Security / security (push) Successful in 6s
CI / ci (push) Successful in 8s
Deploy / deploy-local-runner (push) Has been skipped
Renovate / renovate (push) Failing after 2s

This commit is contained in:
2026-03-01 20:00:43 +01:00
parent 7cc5d26948
commit 9f842189f3

View File

@@ -5,13 +5,13 @@
# -------------------------- # --------------------------
# Available providers: openai | openrouter | ollama | anthropic | azure | gemini # Available providers: openai | openrouter | ollama | anthropic | azure | gemini
# This value can be overridden by setting the AI_PROVIDER Gitea secret. # This value can be overridden by setting the AI_PROVIDER Gitea secret.
provider: openai provider: openrouter
# The model to use per provider. # The model to use per provider.
# Override the active provider's model by setting the AI_MODEL Gitea secret. # Override the active provider's model by setting the AI_MODEL Gitea secret.
model: model:
openai: gpt-4.1-mini openai: gpt-4.1-mini
openrouter: anthropic/claude-3.5-sonnet openrouter: openai/gpt-5-mini
ollama: codellama:13b ollama: codellama:13b
anthropic: claude-3-5-sonnet-20241022 anthropic: claude-3-5-sonnet-20241022
azure: gpt-4 # Deployment name azure: gpt-4 # Deployment name