You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chat <- chat_openai(
model = "o1-mini",
system_prompt = "You are a friendly but terse assistant.",
)
chat$chat("Tell me three funny jokes about statistcians"))
the response is
Error in `httr2::req_perform_connection()`:
! HTTP 400 Bad Request.
• Unsupported value: 'messages[0].role' does not support 'system' with this model.
When the "system_prompt" argument is omitted, it works.
The text was updated successfully, but these errors were encountered:
When using OpenAI's o1-mini model like
the response is
When the "system_prompt" argument is omitted, it works.
The text was updated successfully, but these errors were encountered: