You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/configuration.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ ad-seller freewheel-login --provider bc
89
89
|`MANAGER_LLM_MODEL`|`str`|`"anthropic/claude-opus-4-20250514"`| Model for manager/orchestrator agents |
90
90
|`LLM_TEMPERATURE`|`float`|`0.3`| LLM temperature (lower = more deterministic) |
91
91
|`LLM_MAX_TOKENS`|`int`|`4096`| Maximum tokens per LLM response |
92
+
|`OPENAI_COMPATIBLE_LLM_API_KEY`|`str`|`None`| API key for a [custom OpenAI-compatible endpoint](#custom-openai-compatible-endpoints) (optional — some endpoints don't require one) |
93
+
|`OPENAI_COMPATIBLE_LLM_API_BASE_URL`|`str`|`None`| Base URL for a custom OpenAI-compatible endpoint; when set, `DEFAULT_LLM_MODEL`/`MANAGER_LLM_MODEL` are sent as-is to that endpoint instead of being routed by provider prefix |
92
94
93
95
### Supported Providers
94
96
@@ -98,7 +100,7 @@ The seller agent uses CrewAI's native provider integrations via `provider/model-
0 commit comments