forked from phoenix/litellm-mirror
(fix) config.yml
This commit is contained in:
parent
ada6cdab3d
commit
ce19c2aeef
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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