Skip to content

Commit

Permalink
Add spec changes
Browse files Browse the repository at this point in the history
Co-authored-by: Michael <[email protected]>
  • Loading branch information
platform-endpoints and mkozakov committed Dec 4, 2024
1 parent afe625b commit 3b553fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7349,7 +7349,7 @@ paths:
import cohere


co = cohere.Client()
co = cohere.ClientV2()


response = co.chat(
Expand Down
2 changes: 1 addition & 1 deletion snippets/snippets/python/chat-v2-post/tools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import cohere

co = cohere.Client()
co = cohere.ClientV2()

response = co.chat(
model="command-r-plus-08-2024",
Expand Down

0 comments on commit 3b553fc

Please sign in to comment.