Add AI_PROVIDER and AI_MODEL support
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
# LLM Provider Configuration
|
||||
# --------------------------
|
||||
# Available providers: openai | openrouter | ollama | anthropic | azure | gemini
|
||||
# This value can be overridden by setting the AI_PROVIDER Gitea secret.
|
||||
provider: openai
|
||||
|
||||
# The model to use per provider.
|
||||
# Override the active provider's model by setting the AI_MODEL Gitea secret.
|
||||
model:
|
||||
openai: gpt-4.1-mini
|
||||
openrouter: anthropic/claude-3.5-sonnet
|
||||
|
||||
Reference in New Issue
Block a user