Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 801 Bytes

File metadata and controls

15 lines (12 loc) · 801 Bytes
  1. Obtain an API key:

    • Register on the OpenAI website if you do not have an account.
    • Log in and go to the API Keys section and create a new key.
    • Save the API key for authenticating requests.
  2. 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 like gpt-3.5-turbo or gpt-4.
  3. Deploy your application:

    • Ensure your client web project is set up to integrate the Chat component with OpenAI.

#####See Also#####