handle empty HF_ENDPOINT#2851
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughSummary by CodeRabbit
Walkthrough
ChangesHugging Face endpoint resolution
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
ee8ed99 to
043b454
Compare
Gracefully handle the case where HF_ENDPOINT is defined but empty by returning the default value. Signed-off-by: Mike Bonnet <mikeb@redhat.com>
043b454 to
80c5e4f
Compare
Gracefully handle the case where
HF_ENDPOINTis defined but empty by returning the default value.