diff --git a/Readme.md b/Readme.md index 8f4c19b6..42ee0e57 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ Dotnet SDK for OpenAI Chat GPT, Whisper, GPT-4 ,GPT-3 and DALLĀ·E ## Checkout the wiki page: https://github.com/betalgo/openai/wiki or [![Static Badge](https://img.shields.io/badge/API%20Docs-RobiniaDocs-43bc00?logo=readme&logoColor=white)](https://www.robiniadocs.com/d/betalgo-openai/api/OpenAI.ObjectModels.RequestModels.ChatMessage.html) -## Checkout new ***experimantal*** utilities library: +## Checkout new ***experimental*** utilities library: [![Betalgo.OpenAI.Utilities](https://img.shields.io/nuget/v/Betalgo.OpenAI.Utilities?style=for-the-badge)](https://www.nuget.org/packages/Betalgo.OpenAI.Utilities/) ``` Install-Package Betalgo.OpenAI.Utilities @@ -26,8 +26,10 @@ Maintenance of this project is made possible by all the bug reporters, [contribu [Laser Cat Eyes](https://lasercateyes.com/) [@oferavnery](https://github.com/oferavnery) +[@AnukarOP](https://github.com/AnukarOP) [@Removable](https://github.com/Removable) ## Features +- [ ] Dev day Updates (Some updates are currently available, while others will be released soon. Please follow the changelogs for more information.) - [X] [Function Calling](https://github.com/betalgo/openai/wiki/Function-Calling) - [ ] Plugins (coming soon) - [x] [Chat GPT](https://github.com/betalgo/openai/wiki/Chat-GPT) @@ -244,4 +246,4 @@ I am incredibly busy. If I forgot your name, please accept my apologies and let - Fixed Azure Openai Audio endpoint thanks to @mac8005 ### 7.1.5 - Added error handling for PlatformNotSupportedException in PostAsStreamAsync when using HttpClient.Send, now falls back to SendRequestPreNet6 for compatibility on platforms like MAUI, Mac. Thanks to @Almis90 -- We now have a function caller describe method that automatically generates function descriptions. This method is available in the utilities library. Thanks to @vbandi \ No newline at end of file +- We now have a function caller describe method that automatically generates function descriptions. This method is available in the utilities library. Thanks to @vbandi