mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 10:27:13 +00:00
(docs) proxy pass headers
This commit is contained in:
@@ -496,7 +496,7 @@ completion = openai.ChatCompletion.create(model="gpt-3.5-turbo", messages=[{"rol
|
||||
print(completion.choices[0].message.content)
|
||||
```
|
||||
|
||||
### Save Model-specific params (API Base, API Keys, Temperature, etc.)
|
||||
### Save Model-specific params (API Base, API Keys, Temperature, Headers etc.)
|
||||
You can use the config to save model-specific information like api_base, api_key, temperature, max_tokens, etc.
|
||||
|
||||
**Step 1**: Create a `config.yaml` file
|
||||
|
||||
Reference in New Issue
Block a user