Hi @misc981
You will need to follow the steps below, then you will see the option for Deploy:
- Add your data to the chat playground: This is where you can observe how your model responds to your data.
- Create a prompt flow from the playground: This is a crucial step in which you define the conversation's flow.
- Customize the prompt flow with multiple data sources: This allows your model to pull information from various sources.
- Evaluate the flow using a question-and-answer evaluation dataset. This will help you understand how well your model is performing.
- Deploy the flow for consumption: This is the final step in making your model available for use.
Check the full tutorial here: https://learn.microsoft.com/en-us/azure/ai-studio/tutorials/deploy-copilot-ai-studio#create-a-prompt-flow-from-the-playground
If you find this response helpful and it resolves your issue, please consider marking it as “Accepted” or giving it an upvote. This will help others in the community find the solution more easily.