I'm currently doing a tutorial which works with OpenAi and Microsoft Azure and I'm now asked to enter my
// PARAMETERS FOR AZURE OPENAI SERVICES CHAT COMPLETION API
const ENGINE = "YOUR_ENGINE_OF_AZURE_OPENAI_SERVICES"; // DEPLOYMENT ID FOR GPT-3.5-TURBO.
I don't know where I get that and where and what I have to deploy. Could someone please help me, thank you.
Tage Tutorial added this note but I don't understand it:
CHAT COMPLETION (see https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#chat-completions)
*
* !!! Note: The following action currently supports only non-chat use cases.
* !!! For chat based use cases the payload of the messages needs to be adjusted (see https://platform.openai.com/docs/guides/chat)
* !!! Also have a look at the markup lang ChatML of OpenAI https://github.com/openai/openai-python/blob/main/chatml.md
* ========================
*/