forked from phoenix/litellm-mirror
(test) azure completion_cost
This commit is contained in:
parent
13201edc4b
commit
6694975ec3
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def test_cost_azure_gpt_35():
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
model="azure/gpt-35-turbo", # azure always has model written like this
|
model="gpt-35-turbo", # azure always has model written like this
|
||||||
usage=Usage(prompt_tokens=21, completion_tokens=17, total_tokens=38),
|
usage=Usage(prompt_tokens=21, completion_tokens=17, total_tokens=38),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue