Hi,
I'm new with Azure OpenAI and I'm trying to "build" a custom model based on "Chat" logic.
When I create a new model, there are only 3 base models available: ada(1), babbage(1), curie(1).
I selected the "ada(1)", selected the JSONL with a few lines just to test and deployed it.
Then I developed a small C# program using "Betalgo OpenAI" nuget package.
Everything works if I use a deploy based on "gpt-35-turbo" (for example), if I select the deployed custom model I get an error
The chatCompletion operation does not work with the specified model, ada.ft-7cef33ac464e49ba87be059053ce3ac1-custom-fields-test. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993.
so...which are the models that support "ChatCompletion"?
Babbage(1)?
Curie(1)?
Thank you, regards.
Roberto