Skip to content

Commit

Permalink
Merge pull request #543 from betalgo/dev
Browse files Browse the repository at this point in the history
readme update
  • Loading branch information
kayhantolga committed Apr 20, 2024
2 parents 9473565 + 7935a92 commit b6a66c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
Install-Package Betalgo.OpenAI
```

# Beta:
### **Assistant features are available only in the beta version.**
To check avaliable features: [Feature Availability Table](https://github.com/betalgo/openai/wiki/Feature-Availability)

Beta version Nuget: [V8.2.0-beta](https://www.nuget.org/packages/Betalgo.OpenAI/8.2.0-beta)
```
Install-Package Betalgo.OpenAI -Version 8.2.0-beta
```
Use `"UseBeta": true` in your config file or
`serviceCollection.AddOpenAIService(r=>r.UseBeta = true);` or
`new OpenAiOptions { UseBeta = true }` in your service registration.

## ***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/)
Expand Down

0 comments on commit b6a66c9

Please sign in to comment.