Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/guides/using-guardrails/ai/ai-configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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.
Expand Down Expand Up @@ -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) |
| 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) |