inferencing-llm / litellm /proxy /example_config_yaml /disable_schema_update.yaml
Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame contribute delete
459 Bytes
model_list:
- model_name: fake-openai-endpoint
litellm_params:
model: openai/fake
api_key: fake-key
api_base: https://exampleopenaiendpoint-production.up.railway.app/
- model_name: gpt-4
litellm_params:
model: openai/gpt-4
api_key: fake-key
api_base: https://exampleopenaiendpoint-production.up.railway.app/
litellm_settings:
callbacks: ["gcs_bucket"]
general_settings:
disable_prisma_schema_update: true