forked from phoenix/litellm-mirror
update azure turbo namings
This commit is contained in:
parent
08d23aafc0
commit
6566ebd815
1 changed files with 3 additions and 3 deletions
|
@ -335,9 +335,9 @@ baseten_models: List = [
|
|||
# used for token counting
|
||||
# Azure returns gpt-35-turbo in their responses, we need to map this to azure/gpt-3.5-turbo for token counting
|
||||
azure_llms = {
|
||||
"gpt-35-turbo": "azure/gpt-3.5-turbo",
|
||||
"gpt-35-turbo-16k": "azure/gpt-3.5-turbo-16k",
|
||||
"gpt-35-turbo-instruct": "azure/gpt-3.5-turbo-instruct",
|
||||
"gpt-35-turbo": "azure/gpt-35-turbo",
|
||||
"gpt-35-turbo-16k": "azure/gpt-35-turbo-16k",
|
||||
"gpt-35-turbo-instruct": "azure/gpt-35-turbo-instruct",
|
||||
}
|
||||
|
||||
petals_models = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue