marcominerva/ChatGptNet

Add a way to configure ChatGPT using both IConfiguration and custom code

marcominerva opened this issue · 0 comments

Currently, it is possible to set ChatGptNet options using explicit configuration in code ora via IConfiguration, but not both. It is necessary to add a UseConfiguration extension method that allows this scenario.