Skip to content

Commit 173705f

Browse files
authored
fix(LLMdoc): Update contribute_llm_clients.md (MiroMindAI#36)
1 parent d521eca commit 173705f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/mkdocs/docs/contribute_llm_clients.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,7 @@ class YourProviderClient(LLMProviderClientBase):
3838
pass
3939
```
4040

41-
### 2. Register Provider
42-
Add to `src/llm/providers/__init__.py`:
43-
```python
44-
from .your_provider_client import YourProviderClient
45-
```
46-
47-
### 3. Create Config
41+
### 2. Create Config
4842
```yaml
4943
main_agent:
5044
llm:
@@ -54,7 +48,7 @@ main_agent:
5448
your_base_url: "${oc.env:YOUR_BASE_URL,https://api.yourprovider.com/v1}"
5549
```
5650
57-
### 4. Set Environment
51+
### 3. Set Environment
5852
```bash
5953
export YOUR_API_KEY="your-key"
6054
export YOUR_BASE_URL="https://api.yourprovider.com/v1" # optional if using default
@@ -72,4 +66,4 @@ See existing providers in `src/llm/providers/`:
7266

7367
---
7468
**Last Updated:** Sep 2025
75-
**Doc Contributor:** Team @ MiroMind AI
69+
**Doc Contributor:** Team @ MiroMind AI

0 commit comments

Comments
 (0)