Skip to content

Commit

Permalink
Version bump for 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhantolga committed Sep 20, 2022
1 parent 64d7b06 commit a078445
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenAI.SDK/OpenAI.GPT3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://openai.com/</PackageProjectUrl>
<PackageIcon>OpenAI-Logo.png</PackageIcon>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>6.2.0</Version>
<Version>6.3.0</Version>
<Authors>Tolga Kayhan, Betalgo</Authors>
<Company>Betalgo Up Ltd.</Company>
<Product>OpenAI GPT-3 dotnet SDK</Product>
Expand Down
20 changes: 18 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,29 @@
```
Install-Package Betalgo.OpenAI.GPT3
```
For changelogs please go end of the document.
For changelogs please go to end of the document.

Unofficial - Dotnet SDK for OpenAI GTP-3.
GPT-3 doesn't have any official .Net SDK.

## Features
- [x] Models
- [x] Completions
- [ ] Edit
- [x] Mars
- [x] Embeddings
- [x] Files
- [x] Fine-tunes
- [ ] Moderation


*I was building an SDK for myself then I decide to share it, I hope it will be useful for you. I haven't maintained any open source projects before. Any help would be much appreciated. I am open to suggestions If you would like to contribute somehow.*

I will be using the latest libraries all the time. Also, next releasing will include breaking changes frequently *(as I mentioned before I was building the SDK for myself. Unfortunately I do not have time to plan these changes and support lower version apps)*. So please be aware of that before starting to use the library.

As you can guess I do not accept any damage caused by use of the library. You are always free to use other libraries or OpenAI Web-API.

Visit https://openai.com/ to get your API key.
Visit https://openai.com/ to get your API key. Also documentation with more detail is avaliable there.

## Sample Usages
The repository includes one sample project already **"OpenAI.Playground"** You can check playground project to see how I was testing it while I was developing the library. Be carefull while playing with it. Some test methods will delete your files or fine tunings. **I would suggest to use different account than your main account while you use playground.**
Expand Down Expand Up @@ -94,4 +105,9 @@ I couldn't find enough time to test all the methods or improve the documentation
* To support fast engine name changing I have created a new Method, `Models.ModelNameBuilder()` you may consider using it.
### 6.2.0
* Removed deprecated Answers, Classifications, and Search endpoints https://community.openai.com/t/answers-classification-search-endpoint-deprecation/18532. They will be still avaliable until December at web-API. If you still need them please do not update to this version.
* Code clean-up
### 6.3.0
* Thanks to @c-d and @sarilouis for contributions on this version.
* Now we support Embedding endpoint. Thanks to @sarilouis
* Bug fixes and updates for Models
* Code clean-up

0 comments on commit a078445

Please sign in to comment.