mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
15 lines
347 B
YAML
15 lines
347 B
YAML
model_list:
|
|
- model_name: fake-openai-endpoint
|
|
litellm_params:
|
|
model: openai/gpt-3.5-turbo-0301
|
|
api_key: fake-key
|
|
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
|
|
|
litellm_settings:
|
|
drop_params: True
|
|
num_retries: 0
|
|
telemetry: False
|
|
|
|
general_settings:
|
|
master_key: sk-1234
|
|
store_model_in_db: True
|