mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
10 lines
No EOL
218 B
YAML
10 lines
No EOL
218 B
YAML
model_list:
|
|
- model_name: "openai-model"
|
|
litellm_params:
|
|
model: "gpt-3.5-turbo"
|
|
|
|
litellm_settings:
|
|
cache: True
|
|
cache_params:
|
|
supported_call_types: ["embedding", "aembedding"]
|
|
host: "localhost" |