Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatGroq errors on multiple submissions #25

Open
cpsievert opened this issue Dec 18, 2024 · 0 comments
Open

ChatGroq errors on multiple submissions #25

cpsievert opened this issue Dec 18, 2024 · 0 comments

Comments

@cpsievert
Copy link
Collaborator

cpsievert commented Dec 18, 2024

Seems chatlas needs workarounds similar to tidyverse/ellmer#224

from chatlas import ChatGroq

chat = 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'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant