forked from phoenix/litellm-mirror
ci/cd run tests again
This commit is contained in:
parent
4e301658ca
commit
2513b64ed4
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ def test_completion_openai_response_headers():
|
||||||
assert response._response_headers is not None
|
assert response._response_headers is not None
|
||||||
assert "x-ratelimit-remaining-tokens" in response._response_headers
|
assert "x-ratelimit-remaining-tokens" in response._response_headers
|
||||||
|
|
||||||
# /chat/completion with streaming
|
# /chat/completion - with streaming
|
||||||
|
|
||||||
streaming_response = litellm.completion(
|
streaming_response = litellm.completion(
|
||||||
model="gpt-4o-mini",
|
model="gpt-4o-mini",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue