forked from phoenix/litellm-mirror
(fix) use python 3.8 for testing
This commit is contained in:
parent
38f9413dfc
commit
bd340562b8
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 2.1
|
|||
jobs:
|
||||
local_testing:
|
||||
docker:
|
||||
- image: circleci/python:3.8.18
|
||||
- image: circleci/python:3.8
|
||||
working_directory: ~/project
|
||||
|
||||
steps:
|
||||
|
|
|
@ -69,7 +69,7 @@ def test_completion_claude():
|
|||
response = completion(
|
||||
model="claude-instant-1", messages=messages, request_timeout=10
|
||||
)
|
||||
# Add any assertions, here to check response args
|
||||
# Add any assertions here to check response args
|
||||
print(response)
|
||||
print(response.usage)
|
||||
print(response.usage.completion_tokens)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue