From 30cce66b9857b9a5be86111ca90eacfe51016eca Mon Sep 17 00:00:00 2001 From: Subhajit Mondal Date: Tue, 26 Aug 2025 12:49:19 +0530 Subject: [PATCH 1/4] Update guide - Include Examples for GPT-5 Support in OpenAI AI Model. Closes #388 --- docs/guides/using-guardrails/ai/ai-configuration/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guides/using-guardrails/ai/ai-configuration/index.md b/docs/guides/using-guardrails/ai/ai-configuration/index.md index 8d865cfe..b18d4be9 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` +> - [OpenAI models](https://platform.openai.com/docs/pricing#latest-models): `gpt-4.1`, `gpt-4.1-mini`, `gpt-4o`, `gpt-5` > - [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` > > 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:** Starting from OpenAI `GPT-5`, the temperature parameter is no longer supported, and any value set will be ignored by the model. + ## 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. From b402f93871e28ba77ab9bc6ff7dce6fc68d8edac Mon Sep 17 00:00:00 2001 From: Subhajit Mondal Date: Fri, 29 Aug 2025 17:32:20 +0530 Subject: [PATCH 2/4] Update the note --- docs/guides/using-guardrails/ai/ai-configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/using-guardrails/ai/ai-configuration/index.md b/docs/guides/using-guardrails/ai/ai-configuration/index.md index b18d4be9..fd7e6860 100644 --- a/docs/guides/using-guardrails/ai/ai-configuration/index.md +++ b/docs/guides/using-guardrails/ai/ai-configuration/index.md @@ -93,7 +93,7 @@ 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:** Starting from OpenAI `GPT-5`, the temperature parameter is no longer supported, and any value set will be ignored by the model. +**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 From 6157de7840c1e6d7442b309f1b983650c7948032 Mon Sep 17 00:00:00 2001 From: Sumit Popat Date: Fri, 29 Aug 2025 17:46:25 +0530 Subject: [PATCH 3/4] Update index.md --- docs/guides/using-guardrails/ai/ai-configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/using-guardrails/ai/ai-configuration/index.md b/docs/guides/using-guardrails/ai/ai-configuration/index.md index fd7e6860..ef65dbb0 100644 --- a/docs/guides/using-guardrails/ai/ai-configuration/index.md +++ b/docs/guides/using-guardrails/ai/ai-configuration/index.md @@ -63,7 +63,7 @@ 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`, `gpt-5` +> - [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-sonnet-4-20250514`, `claude-3-7-sonnet-20250219`, `claude-3-5-haiku-20241022`, `claude-3-5-sonnet-20241022` > > For optimal results: @@ -123,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) | From 2cef43bf6dd7f5e8b462e57fa5aca245ac1be5fc Mon Sep 17 00:00:00 2001 From: Subhajit Mondal Date: Fri, 29 Aug 2025 19:42:51 +0530 Subject: [PATCH 4/4] Add newly added anthropic model claude-opus-4-1-20250805 to example --- docs/guides/using-guardrails/ai/ai-configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/using-guardrails/ai/ai-configuration/index.md b/docs/guides/using-guardrails/ai/ai-configuration/index.md index ef65dbb0..550a9b53 100644 --- a/docs/guides/using-guardrails/ai/ai-configuration/index.md +++ b/docs/guides/using-guardrails/ai/ai-configuration/index.md @@ -64,7 +64,7 @@ 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-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-sonnet-4-20250514`, `claude-3-7-sonnet-20250219`, `claude-3-5-haiku-20241022`, `claude-3-5-sonnet-20241022` +> - [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.