-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added automatic json extraction from the response #21
Conversation
@alicja-raczkowska I believe somewhere in the documentation we are saying that Llama/Mistral/Gemma don't support the |
I modified the docs to address the format instruction changes. |
Feature Description
If output_data_model_class is provided and the LLM returns e.g. "Sure! This is the response {...}", the JSON should be extracted and parsed.
Added
Added JSON extraction from within the response text.