-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Jsburckhardt/287 azure openai list models #290
Jsburckhardt/287 azure openai list models #290
Conversation
Codecov Report
@@ Coverage Diff @@
## master #290 +/- ##
==========================================
+ Coverage 92.43% 92.93% +0.49%
==========================================
Files 22 22
Lines 661 665 +4
==========================================
+ Hits 611 618 +7
+ Misses 36 35 -1
+ Partials 14 12 -2
|
@jsburckhardt thank you for the PR! I wonder if this is covered by the logic in the Lines 102 to 108 in af9ff51
|
I'll give it a shot updating fullURL, the thing is the URL/API changes between /models and /completions and fullURL isn't aware of the service that is getting called. Leave it with me I'll check what I can do. |
@jsburckhardt got it! The |
@sashabaranov updated by adding some logic into the fullURL, should be ok now. Let me know ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
what
why
how to test
go test
or run test
TestAzureListModels