forked from phoenix/litellm-mirror
Update README.md
This commit is contained in:
parent
a2448d549b
commit
5b96906442
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ for chunk in response:
|
|||
print(chunk['choices'][0]['delta'])
|
||||
|
||||
# claude 2
|
||||
result = litellm.completion('claude-2', messages, stream=True)
|
||||
result = completion('claude-2', messages, stream=True)
|
||||
for chunk in result:
|
||||
print(chunk['choices'][0]['delta'])
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue