openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI
MIT License
1.13k stars 113 forks source link

LegacyCompletionClient not exposed #34

Open kescherCode opened 3 months ago

kescherCode commented 3 months ago

The code for said client exists in this repository. The API still exists.

The gpt-3.5-turbo-instruct, a model that is still supported, requires the legacy completions endpoint to be used.

Therefore, the LegacyCompletionClient should be exposed via a GetLegacyCompletionClient method.

kescherCode commented 3 months ago

I still consider this to be a bug, not an "enhancement".

joakimriedel commented 3 months ago

+1 for babbage-002 / davinci-002 which are supported for fine-tuning.