Skip to content

Commit 849e4c1

Browse files
committed
formatting fixes
1 parent d47f464 commit 849e4c1

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,19 @@ 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 enable a custom LLM. Supports OpenAI-compatible endpoints and AWS Bedrock. | Optional |
199-
| **CUSTOM_LLM_PROVIDER** | Backend provider for the custom model. Accepted values: `openai` (default), `bedrock`. | Optional |
200-
| **CUSTOM_LLM_MODEL_KEY** | Identifier key for the custom model (e.g. a model ID or name). | Optional |
201-
| **CUSTOM_LLM_BASE_URL** | Base URL of the custom model's OpenAI-compatible endpoint. Required when `CUSTOM_LLM_PROVIDER=openai`. | Optional |
202-
| **CUSTOM_LLM_API_KEY** | API key for authenticating with the custom endpoint. Required for `openai` provider; used as the AWS access key ID when `CUSTOM_LLM_PROVIDER=bedrock`. | Optional |
203-
| **CUSTOM_LLM_AWS_REGION** | AWS region for the Bedrock model (e.g. `us-east-1`). Required when `CUSTOM_LLM_PROVIDER=bedrock`. | Optional |
204-
| **CUSTOM_LLM_NAME** | Display name for the custom model shown in the UI. Defaults to `Custom LLM`. | Optional |
205-
| **CUSTOM_LLM_MAX_TOKENS** | Maximum token limit for the custom model. Defaults to `128000`. | 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 enable a custom LLM. Supports OpenAI-compatible endpoints and AWS Bedrock. | Optional |
199+
| **CUSTOM_LLM_PROVIDER** | Backend provider for the custom model. Accepted values: `openai` (default), `bedrock`. | Optional |
200+
| **CUSTOM_LLM_MODEL_KEY** | Identifier key for the custom model (e.g. a model ID or name). | Optional |
201+
| **CUSTOM_LLM_BASE_URL** | Base URL of the custom model's OpenAI-compatible endpoint. Required when `CUSTOM_LLM_PROVIDER=openai`. | Optional |
202+
| **CUSTOM_LLM_API_KEY** | API key for authenticating with the custom endpoint. Required for `openai` provider; used as the AWS access key ID when `CUSTOM_LLM_PROVIDER=bedrock`. | Optional |
203+
| **CUSTOM_LLM_AWS_REGION** | AWS region for the Bedrock model (e.g. `us-east-1`). Required when `CUSTOM_LLM_PROVIDER=bedrock`. | Optional |
204+
| **CUSTOM_LLM_NAME** | Display name for the custom model shown in the UI. Defaults to `Custom LLM`. | Optional |
205+
| **CUSTOM_LLM_MAX_TOKENS** | Maximum token limit for the custom model. Defaults to `128000`. | Optional |
206206

207207
#### Provider base URLs
208208

docs/self-hosting/govern/plane-ai.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ One custom model can be configured alongside your public provider keys.
5353
The custom model should have at least 100 billion parameters for all Plane AI features to work reliably. Larger, more capable models yield better results.
5454
:::
5555

56-
5756
### Embedding models
5857

5958
Embedding models power semantic search. Plane AI supports:
@@ -131,7 +130,7 @@ CUSTOM_LLM_MAX_TOKENS=128000
131130

132131
::: warning
133132
For Bedrock, the IAM user must have `bedrock:InvokeModel` permission on the target model.
134-
:::
133+
:::
135134

136135
### Speech-to-text (optional)
137136

0 commit comments

Comments
 (0)