diff --git a/docs/guides/using-guardrails/ai/ai-configuration/index.md b/docs/guides/using-guardrails/ai/ai-configuration/index.md index 8d865cfe..550a9b53 100644 --- a/docs/guides/using-guardrails/ai/ai-configuration/index.md +++ b/docs/guides/using-guardrails/ai/ai-configuration/index.md @@ -63,12 +63,12 @@ Choose the model to use with the selected AI provider for processing requests. > [!NOTE] > Supported and tested models include: -> - [OpenAI models](https://platform.openai.com/docs/pricing#latest-models): `gpt-4.1`, `gpt-4.1-mini`, `gpt-4o` -> - [Anthropic models](https://docs.anthropic.com/en/docs/about-claude/models/overview#model-names): `claude-sonnet-4-20250514`, `claude-3-7-sonnet-20250219`, `claude-3-5-haiku-20241022`, `claude-3-5-sonnet-20241022` +> - [OpenAI models](https://platform.openai.com/docs/pricing#latest-models): `gpt-5`, `gpt-4.1`, `gpt-4.1-mini`, `gpt-4o` +> - [Anthropic models](https://docs.anthropic.com/en/docs/about-claude/models/overview#model-names): `claude-opus-4-1-20250805`, `claude-sonnet-4-20250514`, `claude-3-7-sonnet-20250219`, `claude-3-5-haiku-20241022`, `claude-3-5-sonnet-20241022` > > For optimal results: > - Use the latest model versions when possible. -> - Higher-tier models (like GPT-4 series and Claude Sonnet/Haiku series) provide more accurate and detailed assessments. +> - Higher-tier models (like GPT-5 series and Claude Sonnet/Haiku series) provide more accurate and detailed assessments. > - Lower-tier models may produce different or less consistent results. > - Model availability may vary based on your AI provider subscription. > - For more information about the models, see the documentation for [OpenAI](https://platform.openai.com/docs/models) and [Anthropic](https://docs.anthropic.com/en/docs/models-overview). @@ -93,6 +93,8 @@ A lower value (closer to 0) makes responses more focused, deterministic, and con The default value is set to `0.2`. You may choose to update it based on your needs. +**Note:** The temperature parameter is no longer supported for OpenAI's `GPT-5` series models; any value set for this parameter will be ignored. + ## Step 7: Enable Configuration The **Turbot > AI > Configuration > Enabled [Default]** policy under `Turbot > AI > Configuration` plays an important role if you wish to apply configurations to all features under `Turbot > AI`. You may choose to continue with the default value `Disabled` and enable it in respective features separately. @@ -121,4 +123,4 @@ After completing this configuration, continue with the following guides to lever | Issue | Description | Guide | |------------------------|-------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------| -| Further Assistance | If issues persist, please open a support ticket and attach relevant information to help us assist you more efficiently. | [Open Support Ticket](https://support.turbot.com) | \ No newline at end of file +| Further Assistance | If issues persist, please open a support ticket and attach relevant information to help us assist you more efficiently. | [Open Support Ticket](https://support.turbot.com) |