Replies: 1 comment 2 replies
-
Hey @jxnl |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple response model and a simple task of converting natural language time to datetime.
I have tried playing with both 8B and 70B, it fails every single time, even after moderating the prompts.
In langchain, it is working as intended. I am curious to why Groq api returns 400 / BadRequest error only with instructor
Here's the code
Instructor Code
This raises an error
With Langchain's output parser
Langchain output
I have more than 20 components working with instructor and everytime they work. I am curious in why this is only happening in this case, everytime.
Beta Was this translation helpful? Give feedback.
All reactions