Skip to content

Commit 654a54a

Browse files
fix: format
1 parent e9a1d80 commit 654a54a

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

docs/self-hosting/govern/environment-variables.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -190,29 +190,29 @@ To start Plane AI services, set each replica count to `1`:
190190

191191
Plane AI supports multiple LLM providers. Configure one or more by adding their API keys.
192192

193-
| Variable | Description | Required |
194-
| ------------------------- | --------------------------------------------------------------- | -------- |
195-
| **OPENAI_API_KEY** | API key for OpenAI models | Optional |
196-
| **CLAUDE_API_KEY** | API key for Anthropic models | Optional |
197-
| **GROQ_API_KEY** | API key for speech-to-text features | Optional |
198-
| **CUSTOM_LLM_ENABLED** | Set to `true` to use a custom LLM with an OpenAI-compatible API | Optional |
199-
| **CUSTOM_LLM_MODEL_KEY** | Identifier key for the custom model | Optional |
200-
| **CUSTOM_LLM_BASE_URL** | Base URL of the custom model's OpenAI-compatible endpoint | Optional |
201-
| **CUSTOM_LLM_API_KEY** | API key for the custom endpoint | Optional |
202-
| **CUSTOM_LLM_NAME** | Display name for the custom model | Optional |
203-
| **CUSTOM_LLM_DESCRIPTION**| Description of the custom model | Optional |
204-
| **CUSTOM_LLM_MAX_TOKENS** | Maximum token limit for the custom model | Optional |
193+
| Variable | Description | Required |
194+
| -------------------------- | --------------------------------------------------------------- | -------- |
195+
| **OPENAI_API_KEY** | API key for OpenAI models | Optional |
196+
| **CLAUDE_API_KEY** | API key for Anthropic models | Optional |
197+
| **GROQ_API_KEY** | API key for speech-to-text features | Optional |
198+
| **CUSTOM_LLM_ENABLED** | Set to `true` to use a custom LLM with an OpenAI-compatible API | Optional |
199+
| **CUSTOM_LLM_MODEL_KEY** | Identifier key for the custom model | Optional |
200+
| **CUSTOM_LLM_BASE_URL** | Base URL of the custom model's OpenAI-compatible endpoint | Optional |
201+
| **CUSTOM_LLM_API_KEY** | API key for the custom endpoint | Optional |
202+
| **CUSTOM_LLM_NAME** | Display name for the custom model | Optional |
203+
| **CUSTOM_LLM_DESCRIPTION** | Description of the custom model | Optional |
204+
| **CUSTOM_LLM_MAX_TOKENS** | Maximum token limit for the custom model | Optional |
205205

206206
#### Provider base URLs
207207

208208
Use these when routing requests through self-hosted gateways, proxies, or compatible third-party endpoints.
209209

210-
| Variable | Description | Default |
211-
| -------------------- | ------------------------------------------ | --------- |
212-
| **OPENAI_BASE_URL** | Custom base URL for OpenAI-compatible APIs | OpenAI |
213-
| **CLAUDE_BASE_URL** | Custom base URL for Claude-compatible APIs | Anthropic |
214-
| **COHERE_BASE_URL** | Custom base URL for Cohere APIs | Cohere |
215-
| **GROQ_BASE_URL** | Custom base URL for Groq APIs | Groq |
210+
| Variable | Description | Default |
211+
| ------------------- | ------------------------------------------ | --------- |
212+
| **OPENAI_BASE_URL** | Custom base URL for OpenAI-compatible APIs | OpenAI |
213+
| **CLAUDE_BASE_URL** | Custom base URL for Claude-compatible APIs | Anthropic |
214+
| **COHERE_BASE_URL** | Custom base URL for Cohere APIs | Cohere |
215+
| **GROQ_BASE_URL** | Custom base URL for Groq APIs | Groq |
216216

217217
#### Embedding model configuration
218218

0 commit comments

Comments
 (0)