feat: add Ollama Cloud as a declarative provider (#8189)

This commit is contained in:
Vincenzo Palazzo
2026-04-09 22:19:27 +02:00
committed by GitHub
parent 31f5dcf00c
commit 8c3b5eb56a
3 changed files with 20 additions and 2 deletions
+3
View File
@@ -44,6 +44,9 @@ export const configLabels: Record<string, string> = {
// ollama
OLLAMA_HOST: 'Ollama Host',
// ollama cloud
OLLAMA_CLOUD_API_KEY: 'Ollama Cloud API Key',
// azure openai
AZURE_OPENAI_API_KEY: 'Azure OpenAI API Key',
AZURE_OPENAI_ENDPOINT: 'Azure OpenAI Endpoint',