Nothing
Code
batch_chat(chat, prompts, path)
Condition
Error in `batch_chat()`:
! provider, prompts, and user_turns don't match stored values.
i Do you need to pick a different `path`?
i Or set `ignore_hash = TRUE` to ignore this check?
Code
batch_chat_structured(chat, prompts, path, type = type_string())
Condition
Error in `batch_chat_structured()`:
! provider, prompts, and user_turns don't match stored values.
i Do you need to pick a different `path`?
i Or set `ignore_hash = TRUE` to ignore this check?
Code
. <- batch_chat(chat, prompts, path, ignore_hash = TRUE)
Condition
Warning in `batch_chat()`:
! prompts and user_turns don't match stored values.
Code
batch_chat(1)
Condition
Error in `batch_chat()`:
! `chat` must be a string or a <Chat> object, not the number 1.
Code
batch_chat(chat_ollama)
Condition
Error in `batch_chat()`:
! Batch requests are not currently supported by this provider.
Code
batch_chat(chat_openai, "a")
Condition
Error in `batch_chat()`:
! `prompts` must be a list or prompt, not the string "a".
Code
batch_chat(chat_openai, list("a"), path = 1)
Condition
Error in `batch_chat()`:
! `path` must be a single string, not the number 1.
Code
batch_chat(chat_openai, list("a"), path = "x", wait = 1)
Condition
Error in `batch_chat()`:
! `wait` must be `TRUE` or `FALSE`, not the number 1.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.