aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/litellm/proxy/proxy_config.yaml
blob: 0877a02a74d29d0b423f8e08cdc925c2dcdef684 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
model_list:
  - model_name: gpt-3.5-turbo-end-user-test
    litellm_params:
      model: azure/chatgpt-v-2
      api_base: https://openai-gpt-4-test-v-1.openai.azure.com/
      api_version: "2023-05-15"
      api_key: os.environ/AZURE_API_KEY


litellm_settings:
  callbacks: ["custom_prompt_management.x42_prompt_management"]