forked from phoenix/litellm-mirror
version 0.1.2
This commit is contained in:
parent
740208d643
commit
fa65f960e3
18 changed files with 888 additions and 234 deletions
|
@ -26,9 +26,4 @@ print(response)
|
|||
# cohere call
|
||||
response = completion("command-nightly", messages)
|
||||
print("\nCohere call")
|
||||
print(response)
|
||||
|
||||
# openrouter call
|
||||
response = completion("google/palm-2-codechat-bison", messages)
|
||||
print("\OpenRouter call")
|
||||
print(response)
|
Loading…
Add table
Add a link
Reference in a new issue