Skip to content

Commit b7c4737

Browse files
committed
Modernize Grok docs sample
1 parent e7de63c commit b7c4737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ var grok = new GrokChatClient(Environment.GetEnvironmentVariable("XAI_API_KEY")!
323323

324324
var options = new GrokChatOptions
325325
{
326-
ModelId = "grok-3-mini-fast", // 👈 can override the model on the client
326+
ModelId = "grok-4-fast-reasoning", // 👈 can override the model on the client
327327
Temperature = 0.7f,
328328
ReasoningEffort = ReasoningEffort.High, // 👈 or Low
329329
Search = GrokSearch.Auto, // 👈 or On/Off

0 commit comments

Comments
 (0)