Skip to content

Commit a2a6026

Browse files
devlooped-botkzu
authored andcommitted
+Mᐁ includes
1 parent 650377d commit a2a6026

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
@@ -126,7 +126,7 @@ var messages = new Chat()
126126
{ "user", "What is 101*3?" },
127127
};
128128

129-
var grok = new GrokClient(Env.Get("XAI_API_KEY")!);
129+
var grok = new GrokClient(Throw.IfNullOrEmpty(Env.Get("XAI_API_KEY")));
130130

131131
var options = new GrokChatOptions
132132
{

0 commit comments

Comments
 (0)