Azure OpenAI 服务
- 1 - Understanding AI and GenAI
- 1 -Overview of AI
- 2 -Overview of GenAI
- 2 - Understanding Azure OpenAI Service
- 1 -Creating a resource of Azure OpenAI Service
- 2 -Deploy a ready-made OpenAI Model
- 3 - Using OpenAI resource without any code
- 1 -Interacting with Deployed OpenAI Model using Chat Section
- 2 -Interacting with Deployed OpenAI Model using Setup Section
- 3 -Configuring OpenAI Model Deployment
- 4 -Overview of Model Parameters
- 5 -Explanation of Top P parameter
- 6 -Explanation of Frequency Penalty Parameter
- 7 -Explanation of Presence Penalty Parameter
- 8 -Explanation of Temperature Parameter
- 4 - Using OpenAI resource with code
- 1 -Interacting with the Deployed Model using Python Code