(fix) use python 3.8 for testing

This commit is contained in:
ishaan-jaff 2024-03-09 16:56:46 -08:00
parent 38f9413dfc
commit bd340562b8
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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)