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
fromchatlasimportChatGroqchat=ChatGroq()
chat.chat("Tell me about New Zealand?")
chat.chat("What's its capital?")
openai.BadRequestError: Error code: 400 - {'error': {'message': "'messages.1' : for 'role:assistant' the following must be satisfied[('messages.1.content' : value must be a string)]", 'type': 'invalid_request_error'}}
The text was updated successfully, but these errors were encountered:
Seems chatlas needs workarounds similar to tidyverse/ellmer#224
The text was updated successfully, but these errors were encountered: