Skip to content

Commit c725c68

Browse files
committed
readme update
1 parent 9e37b4c commit c725c68

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

Readme.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ I will always be using the latest libraries, and future releases will frequently
222222
I am incredibly busy. If I forgot your name, please accept my apologies and let me know so I can add it to the list.
223223

224224
## Changelog
225+
### 7.1.5
226+
- 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
227+
- We now have a function caller describe method that automatically generates function descriptions. This method is available in the utilities library. Thanks to @vbandi
225228
### 7.1.3
226229
- This release was a bit late and took longer than expected due to a couple of reasons. The future was quite big, and I couldn't cover all possibilities. However, I believe I have covered most of the function definitions (with some details missing). Additionally, I added an option to build it manually. If you don't know what I mean, you don't need to worry. I plan to cover the rest of the function definition in the next release. Until then, you can discover this by playing in the playground or in the source code. This version also support using other libraries to export your function definition.
227230
- We now have support for functions! Big cheers to @rzubek for completing most of this feature.
@@ -258,28 +261,3 @@ I am incredibly busy. If I forgot your name, please accept my apologies and let
258261
- Fixed Whisper default response type, Thanks to @Swimburger
259262
- Performance improvements and code clean up,again Thanks to @Swimburger 👏
260263
- Code clenaup, Thanks to @WeihanLi
261-
### 6.8.4
262-
- Released update message about nuget Package ID change
263-
### 6.8.3
264-
- **Breaking Changes**:
265-
- ~~I am going to update library namespace from `Betalgo.OpenAI.GPT3` to `OpenAI.GPT3`. This is the first time I am trying to update my nuget packageId. If something broken, please be patient. I will be fixing it soon.~~
266-
Reverted namespace change, maybe next time.
267-
- Small Typo change on model name `Model.GPT4` `to Model.GPT_4`
268-
269-
- `ServiceCollection.AddOpenAIService();` now returns `IHttpClientBuilder` which means it allows you to play with httpclient object. Thanks for all the reporters and @LGinC.
270-
Here is a little sample
271-
```csharp
272-
ServiceCollection.AddOpenAIService()
273-
.ConfigurePrimaryHttpMessageHandler((s => new HttpClientHandler
274-
{
275-
Proxy = new WebProxy("1.1.1.1:1010"),
276-
});
277-
```
278-
### 6.8.1
279-
- **Breaking Changes**: Typo fixed in Content Moderation CategoryScores, changing `Sexualminors` to `SexualMinors`. Thanks to @HowToDoThis.
280-
- Tokenizer changes thanks to @IS4Code.
281-
- Performance improvement
282-
- Introduced a new method `TokenCount` that returns the number of tokens instead of a list.
283-
- **Breaking Changes**: Removed overridden methods that were basically string conversions.
284-
I think these methods were not used much and it is fairly easy to do these conversions outside of the method.
285-
If you disagree, let me know and I can consider adding them back.

0 commit comments

Comments
 (0)