Azure OpenAI
To use Azure OpenAI as an AI provider in Team Edition, configure it as follows:
- As an administrator, sign in to the Azure Portal
- Click Create a resource in the menu
- Open the AI Apps and Agents category
- Select Azure OpenAI from the list and click Create
- Generate and copy the credentials for the newly created service
- Insert these credentials into Team Edition's Engine Settings
- Save changes
Engine settings¶
| Setting | Description | default |
|---|---|---|
| API token | Input your secret key from the OpenAI platform. | |
| Endpoint | Configure a custom endpoint URL for Azure OpenAPI interactions. | |
| Deployment | Specify the deployment name chosen during model deployment. | |
| Temperature | Control AI's creativity from 0.0 (more precise) to 0.9 (more diverse). Note that higher temperature can lead to less predictable results. |
4.0 |
| Write AI queries to debug log | Logs your AI requests. These entries go to the server log. | false |
| Context window size | Choose the context size between 2048 and 32768. A larger number allows the AI to use more data for better answers but may slow down response time. Choose based on your balance of accuracy and speed. |