File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff 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
4943main_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
5953export YOUR_API_KEY="your-key"
6054export 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
You can’t perform that action at this time.
0 commit comments