v1.7
Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and numerous bug fixes
What's Changed
- Allow an HttpClientFactory to be assigned to OpenAIAPI by @babrekel in #103
 - Use interface instead of implementation in Endpoint properties by @babrekel in #104
 - Add streaming methods for Conversation class by @JasonWei512 in #74
 - Fix a bug of function call with parameters in wrong order by @HongxuMeng in #94
 
New Contributors
- @babrekel made their first contribution in #103
 - @JasonWei512 made their first contribution in #74
 - @HongxuMeng made their first contribution in #94
 
Full Changelog: v1.6...v1.7