-
Notifications
You must be signed in to change notification settings - Fork 738
fix: have frontend populate "stop" field in OpenAI request #4771
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
WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ea5426c to
b8c4a5f
Compare
79f6194 to
881b435
Compare
881b435 to
3dbab3f
Compare
2f76bea to
c388f36
Compare
c18774b to
58a9109
Compare
|
creating #4782 to see if I can pass the test ... |
Overview:
Documented in #4755
When frontend receives an OpenAI request,
NvCreateCompletionRequest.inner.stophas itget_stopbecause of this, the
Preprocessoris not able to build therequestwith properstopfield. Therefore the backend cannot honor the OpenAI requeststop.This PR fixes that.
Details:
Update
get_stopfunction to return the values for the (backend) request builder.Testing
Summary by CodeRabbit
Bug Fixes
Tests
✏️ Tip: You can customize this high-level summary in your review settings.