OpenAI-API-dotnet icon indicating copy to clipboard operation
OpenAI-API-dotnet copied to clipboard

Davinci-2 support?

Open ecsplendid opened this issue 1 year ago • 3 comments

Pretty sure it's not leveraging the new model right?

ecsplendid avatar Jul 28 '22 23:07 ecsplendid

This repository isn’t active anymore, but someone was nice enough to make a pull request here.

WilliamWelsh avatar Aug 11 '22 21:08 WilliamWelsh

@WilliamWelsh @OkGoDoIt If that's the case, please make it easier to figure that out and direct people to a more current resource. This one implements obsolete APIs like Engine, and will eventually stop working, also the inability to use the most current engine caused me a lot of confusion today, I spent hours trying to figure out the problem.

As it stands, this library gets the lion's share of the traffic while this one is actually much more current: https://github.com/betalgo/openai

kinetiq avatar Sep 02 '22 06:09 kinetiq

You can also pass in the string:

new OpenAI_API.OpenAIAPI(apiKey, "text-davinci-002");

LarsLiden avatar Sep 27 '22 18:09 LarsLiden

should support the latest models as of this commit: https://github.com/OkGoDoIt/OpenAI-API-dotnet/commit/f4d9d9d1b9885176948967f21074ad1ebe00331a

gotmike avatar Jan 27 '23 21:01 gotmike