v1.7.2
v1.7.2: Minor bugfix for stack overflow in ChatMessageRole, plus add Nuget package icon.
v1.7: Added support for GPT4, streaming conversations with ChatGPT, IHttpClientFactory, and numerous bug fixes
What's Changed
- Bugfix for stack overflow in ChatMessageRole by @dex3r in #85
- 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
- @dex3r made their first contribution in #85
- @babrekel made their first contribution in #103
- @JasonWei512 made their first contribution in #74
- @HongxuMeng made their first contribution in #94
Full Changelog: Full Changelog: v1.6...v1.7.2