-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow LLM router fails with empty preprompt #9
Comments
The serde derive uses the default of "none" if it's not there in the JSON. This error is due to OpenAI's model's code. We can make the default the empty string in the trait interface and trait so that we don't have to detect if it's not-none and not-empty. It would make making new models simpler. |
This is also because you're using |
Preprompt is what's used in llm_verification? Should this be changed there? |
Would be great if it could handle cases of empty preprompt
The text was updated successfully, but these errors were encountered: