-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add OpenAISettingsBuilder
#191
Conversation
Test Results✔️ Tests 7 / 7 - passed in 18s |
Test ResultsTests
Coverage
|
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.
Both interface and class need to be updated
/// </summary> | ||
public class OpenAISettingsBuilder : IOpenAISettingsBuilder | ||
{ | ||
private OpenAISettings? _settings; |
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.
There's no way to set this field value. Maybe changing it to the list of OpenAIInstanceSettings
and inject it from outside?
- To add list of OpenAI access details
Test ResultsTests
Coverage
|
Related to #166 #161
This PR is:
OpenAISettingsBuilder
class that buids theOpenAISettings
instance.