-
Notifications
You must be signed in to change notification settings - Fork 2
Update guide - Include Examples for GPT-5 Support in OpenAI AI Model. Closes #388 #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview Available 🚀Commit Author: Madhushree Ray Preview Link: turbot-com-git-docs-guardrailsupdate-ai-configura-f81d3e-turbot.vercel.app |
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the AI configuration guide to include support for GPT-5 in the OpenAI AI model configuration documentation.
- Add GPT-5 to the list of supported OpenAI models
- Update references from GPT-4 series to GPT-5 series in optimization recommendations
- Add important note about temperature parameter being unsupported in GPT-5
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Preview Available 🚀Commit Author: Madhushree Ray Preview Link: turbot-com-git-docs-guardrailsupdate-ai-configura-f81d3e-turbot.vercel.app |
Preview Available 🚀Commit Author: Madhushree Ray Preview Link: turbot-com-git-docs-guardrailsupdate-ai-configura-f81d3e-turbot.vercel.app |
Preview Available 🚀Commit Author: Madhushree Ray Preview Link: turbot-com-git-docs-guardrailsupdate-ai-configura-f81d3e-turbot.vercel.app |
…ort. Closes #388 (#389) Co-authored-by: Sumit Popat <[email protected]>
No description provided.