OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
Fine Tuning has created addition properties
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