-
Notifications
You must be signed in to change notification settings - Fork 362
Hotfix for litellm judge #490
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
Conversation
@clefourrier Sorry, i only noticed this issue now. But this should fix it. |
Will merge once tests pass, thanks for the fix |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Sorry, I was a bit confused before. It should return a string and not a ModelResponse. |
Now it should be ready, sorry for the hassle. |
* Made litellm judge backend more robust. * Added failed flag to ModelResponse. * Fixed wrong model response. * Removed model response and replaced with string. --------- Co-authored-by: Clémentine Fourrier <[email protected]>
* Made litellm judge backend more robust. * Added failed flag to ModelResponse. * Fixed wrong model response. * Removed model response and replaced with string. --------- Co-authored-by: Clémentine Fourrier <[email protected]>
Noticed an issue with the ModelResponse in PR #485