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

codex support

Open Licantrop0 opened this issue 4 years ago • 4 comments

Hi, I see that in some examples (https://beta.openai.com/examples/default-sql-translate) the davinci-codex is set as an engine, but I can't set it with this SDK.

is there any workaround for this?

Licantrop0 avatar Oct 11 '21 20:10 Licantrop0

Do you have access to codex? I think this repository isn't maintained anymore so I started my own fork. It has davinci-codex and cushman-codex, but I am unable to test them as I don't have access.

That specific SQL Translate example you mentioned is in the samples on OpenAI.Net. You can find it here.

WilliamWelsh avatar Oct 20 '21 19:10 WilliamWelsh

Thank you @WilliamWelsh, I do have access to the codex APIs. I ended up wrapping the APIs myself, they are easy enough.

Licantrop0 avatar Oct 20 '21 19:10 Licantrop0

@Licantrop0 Can you share or give me some assistance with C# wrapper for Codex?

benedlore avatar Aug 11 '22 21:08 benedlore

@benedlore I just published this for you: https://gist.github.com/Licantrop0/115f7f0280e865c69e3849c8a14989dc let me know if you have questions.

Licantrop0 avatar Sep 02 '22 23:09 Licantrop0

most recent models have been added in: https://github.com/OkGoDoIt/OpenAI-API-dotnet/commit/f4d9d9d1b9885176948967f21074ad1ebe00331a

gotmike avatar Jan 27 '23 21:01 gotmike