From d4400a06bb8bd1d5bc5525371ba97805b47bbbb9 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 7 Aug 2025 14:02:14 -0400 Subject: [PATCH] disable temperature --- providers/openai/models/gpt-5-mini.toml | 2 +- providers/openai/models/gpt-5-nano.toml | 2 +- providers/openai/models/gpt-5.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/providers/openai/models/gpt-5-mini.toml b/providers/openai/models/gpt-5-mini.toml index 5437addce..751527b56 100644 --- a/providers/openai/models/gpt-5-mini.toml +++ b/providers/openai/models/gpt-5-mini.toml @@ -3,7 +3,7 @@ release_date = "2025-08-07" last_updated = "2025-08-07" attachment = true reasoning = true -temperature = true +temperature = false knowledge = "2024-10-01" tool_call = true open_weights = false diff --git a/providers/openai/models/gpt-5-nano.toml b/providers/openai/models/gpt-5-nano.toml index 284ee8d46..a21c34d72 100644 --- a/providers/openai/models/gpt-5-nano.toml +++ b/providers/openai/models/gpt-5-nano.toml @@ -3,7 +3,7 @@ release_date = "2025-08-07" last_updated = "2025-08-07" attachment = true reasoning = true -temperature = true +temperature = false knowledge = "2024-10-01" tool_call = true open_weights = false diff --git a/providers/openai/models/gpt-5.toml b/providers/openai/models/gpt-5.toml index 2ca19f85e..3e74534eb 100644 --- a/providers/openai/models/gpt-5.toml +++ b/providers/openai/models/gpt-5.toml @@ -3,7 +3,7 @@ release_date = "2025-08-07" last_updated = "2025-08-07" attachment = true reasoning = true -temperature = true +temperature = false knowledge = "2024-10-01" tool_call = true open_weights = false