fix(alerting.py): fix datetime comparison logic

This commit is contained in:
Krrish Dholakia 2024-05-14 22:09:33 -07:00
parent 0bac40b0f2
commit 54587db402
4 changed files with 37 additions and 18 deletions

View file

@ -1,10 +1,16 @@
model_list:
- model_name: gpt-3.5-turbo
- model_name: gpt-3.5-turbo-end-user-test
litellm_params:
model: gpt-3.5-turbo
region_name: "eu"
model_info:
id: "1"
- 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 # The `os.environ/` prefix tells litellm to read this from the env. See https://docs.litellm.ai/docs/simple_proxy#load-api-keys-from-vault
- model_name: gpt-3.5-turbo
litellm_params:
model: azure/chatgpt-v-2