-
Notifications
You must be signed in to change notification settings - Fork 20
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
#4: Azure OpenAI Client Init #57
Conversation
defaultParams := DefaultParams() | ||
|
||
return &Config{ | ||
BaseURL: "", // This needs to come from config |
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.
How can this come from Config?
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #57 +/- ##
===========================================
+ Coverage 66.14% 71.12% +4.97%
===========================================
Files 11 14 +3
Lines 449 651 +202
===========================================
+ Hits 297 463 +166
- Misses 128 157 +29
- Partials 24 31 +7 ☔ View full report in Codecov by Sentry. |
…nto 4-azure-openai-client
No description provided.