File size: 218 Bytes
7db0ae4
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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"