go-openai
go-openai copied to clipboard
Add implementation for get fine-tuning jobs
Describe the change Add missing implementation for GET /fine_tuning/jobs
Describe your solution Implemented the method as described in the API specification (consistent with other APIs)
Tests Added UTs and verified against endpoint
Issue: #574
@sashabaranov will appreciate your review
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
515de02) 98.35% compared to head (b48c278) 98.16%.
Additional details and impacted files
@@ Coverage Diff @@
## master #575 +/- ##
==========================================
- Coverage 98.35% 98.16% -0.19%
==========================================
Files 24 24
Lines 1276 1310 +34
==========================================
+ Hits 1255 1286 +31
- Misses 15 17 +2
- Partials 6 7 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sashabaranov will appreciate your review
@sashabaranov
Can't really verify this code