(fix) config.yml

This commit is contained in:
ishaan-jaff 2024-03-09 18:23:57 -08:00
parent ada6cdab3d
commit ce19c2aeef
2 changed files with 3 additions and 5 deletions

View file

@ -1,15 +1,13 @@
version: 2.1
jobs:
installing_litellm_on_python:
local_testing:
docker:
- image: circleci/python:3.8
working_directory: ~/project
steps:
- checkout
- run:
- run:
name: Install Dependencies
command: |
python -m pip install --upgrade pip

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)