-
Obtain an API key:
-
Select a model:
- This example uses the model defined as
deployment = 'gpt-4o-mini'
. - If necessary, replace the
deployment
variable with any other Chat Completion model likegpt-3.5-turbo
orgpt-4
.
- This example uses the model defined as
-
Deploy your application:
- Ensure your client web project is set up to integrate the Chat component with OpenAI.
#####See Also#####