Skip to content

Commit 643934f

Browse files
fix: format docs
1 parent 9cf024d commit 643934f

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Plane AI supports multiple LLM providers. Configure one or more by adding their
210210
| **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 |
211211
| **CUSTOM_LLM_AWS_REGION** | AWS region for the Bedrock model (e.g. `us-east-1`). Required when `CUSTOM_LLM_PROVIDER=bedrock`. | Optional |
212212
| **CUSTOM_LLM_NAME** | Display name for the custom model shown in the UI. Defaults to `Custom LLM`. | Optional |
213-
| **CUSTOM_LLM_MAX_TOKENS** | Maximum token limit for the custom model. Defaults to `64000`. | Optional |
213+
| **CUSTOM_LLM_MAX_TOKENS** | Maximum token limit for the custom model. Defaults to `64000`. | Optional |
214214

215215
#### Provider base URLs
216216

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Plane AI supports one custom LLM alongside OpenAI and Anthropic. Pick the provid
1414
| **AWS Bedrock** | You're accessing models through Amazon Bedrock |
1515

1616
:::warning
17-
Use a model with at least 1 trillion parameters. Smaller models produce degraded output across Plane AI features.
17+
Use a model with at least 100 billion parameters. Smaller models produce degraded output across Plane AI features.
1818
:::
1919

2020
:::tip No OpenAI-compatible API?

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ keywords: plane ai setup, self-hosted ai, llm api key, openai, anthropic, opense
88

99
Plane AI brings AI-powered features to your workspace, including natural language chat, duplicate detection, and search across work items, pages, and projects. This guide walks you through configuring Plane AI on your self-hosted instance.
1010

11-
For an overview of what Plane AI can do, see [Plane AI](https://docs.plane.so/ai/pi-chat).
12-
1311
Plane AI requires four things to work:
1412

1513
1. **An LLM API key** (OpenAI or Anthropic) — powers AI responses.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ python manage.py manage_search_index index rebuild --force
121121
python manage.py manage_search_index --background --vectorize document index --force
122122
```
123123

124-
`OPENSEARCH_EMBEDDING_DIMENSION` must match the actual output dimension of the model in `EMBEDDING_MODEL`. A mismatch breaks indexing silently.
124+
`OPENSEARCH_EMBEDDING_DIMENSION` must match the actual output dimension of the model in `EMBEDDING_MODEL`. A mismatch breaks indexing.

0 commit comments

Comments
 (0)