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

Fine Tuning has created addition properties

Open KevinPoorDeveloper opened this issue 4 years ago • 0 comments

https://beta.openai.com/docs/guides/fine-tuning

The most important one is that "prompt" now also comes with a "model".

`d '{"prompt": YOUR_PROMPT, "model": FINE_TUNED_MODEL}'``

I love this implementation, thanks for putting it together.

I think I'll have to write my own REST calls for a bit? I could try fixing it, but I'm not sure you'd want me on your team haha! Thanks

KevinPoorDeveloper avatar Jul 30 '21 14:07 KevinPoorDeveloper