Skip to content

Commit 6716640

Browse files
committed
Fix model where None is run
It has to tbe the latest 5.2
1 parent 0612cbc commit 6716640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tests/OpenAITests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ public async Task GPT5_ThinkingTime(ReasoningEffort effort)
141141

142142
var options = new ChatOptions
143143
{
144-
ModelId = "gpt-5",
145144
ReasoningEffort = effort
146145
};
147146

0 commit comments

Comments
 (0)