Skip to content

Commit

Permalink
fix cohere
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHWade committed Mar 30, 2024
1 parent 582ce98 commit d005739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stream-cohere.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stream_chat_cohere <- function(prompt,
model = "command"),
model = "command",
element_callback = create_handler("cohere"),
key = Sys.getenv("COHERE_API_KEY")) {
request_body <- list(
Expand Down

0 comments on commit d005739

Please sign in to comment.