(docs) pass headers in config
This commit is contained in:
parent
af98f74c82
commit
9d4cbf1d22
@ -512,6 +512,10 @@ model_list:
|
||||
litellm_params:
|
||||
model: ollama/mistral
|
||||
api_base: your_ollama_api_base
|
||||
headers: {
|
||||
"HTTP-Referer": "litellm.ai",
|
||||
"X-Title": "LiteLLM Server"
|
||||
}
|
||||
```
|
||||
|
||||
**Step 2**: Start server with config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user