You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1570 Update environment variables doc with Ollama, Copilot docs embedding, and AWS chat memory variables
Add BYTECHEF_AI_PROVIDER_OLLAMA_{APIKEY,URL}, the Ollama embedding model, the
Copilot docs embedding provider/key, and the AWS S3 chat-memory properties.
Remove the stale BYTECHEF_AI_COPILOT_PROVIDER (property was deleted).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|`BYTECHEF_AI_MEMORY_AWS_KEYPREFIX`| Key prefix prepended to every stored object key (provider `AWS`) | - |
44
50
45
51
## AI Provider API Keys
46
52
@@ -52,6 +58,8 @@ ByteChef can be configured using environment variables. This page documents all
52
58
|`BYTECHEF_AI_PROVIDER_GROQ_APIKEY`| Groq API key (sensitive) | - |
53
59
|`BYTECHEF_AI_PROVIDER_MISTRAL_APIKEY`| Mistral API key (sensitive) | - |
54
60
|`BYTECHEF_AI_PROVIDER_NVIDIA_APIKEY`| NVIDIA API key (sensitive) | - |
61
+
|`BYTECHEF_AI_PROVIDER_OLLAMA_APIKEY`| Ollama API key (sensitive) | - |
62
+
|`BYTECHEF_AI_PROVIDER_OLLAMA_URL`| Ollama server base URL; fallback for chat and embedding models (defaults to `http://localhost:11434` when blank) | - |
55
63
|`BYTECHEF_AI_PROVIDER_OPENAI_APIKEY`| OpenAI API key (sensitive) | - |
56
64
|`BYTECHEF_AI_PROVIDER_PERPLEXITY_APIKEY`| Perplexity API key (sensitive) | - |
57
65
|`BYTECHEF_AI_PROVIDER_STABILITY_APIKEY`| Stability API key (sensitive) | - |
@@ -72,6 +80,7 @@ ByteChef can be configured using environment variables. This page documents all
72
80
73
81
| Environment Variable | Description | Default Value |
74
82
|---|---|---|
83
+
|`BYTECHEF_AI_PROVIDER_EMBEDDING_OLLAMA_OPTIONS_MODEL`| Ollama embedding model name |`qwen3-embedding:8b`|
75
84
|`BYTECHEF_AI_PROVIDER_EMBEDDING_OPENAI_OPTIONS_MODEL`| OpenAI embedding model name |`text-embedding-3-small`|
0 commit comments