Azure OpenAI - Chat Completion Playground and API

preview_player
Показать описание
Welcome to the third video in my Azure OpenAI Service series! In this video, we're going to look at Chat Completion Playground and API

Timestamps:
00:00 - Intro
00:20 - System Message
01:29 - JSON View
02:03 - Past Messages and Token Limits
02:45 - Asking to Summarize
03:53 - Chat Completion API

#AzureOpenAIService #GPTModels #CompletionsPlayground #CompletionsAPI #FewShotLearning

🔔 Don't forget to like, subscribe, and hit the notification bell to stay updated with the latest videos in the Azure OpenAI Service series!

Creative Commons CC BY 3.0
Рекомендации по теме
Комментарии
Автор

Thank you Kamal, that is very helpful. I've got a question (sorry that I am new to this Azure openai), the system message I changed it according to my need and connect the data to cognitive service index, then I deploy this onto web app, will the prompt message that I type in System message remain in the app? and also if I use API call in my python code, I put other prompt message (say now I want the bot act as DBA, in the interface I use sysetm template ask the BOT to behave like customer care), will my api prompt overwrite the prompt written in the interface though it is published and deployed?

joannezhu