Skip to content

Commit 3658354

Browse files
authored
Update API key in ChatDemo program
Replaced hardcoded API key with a placeholder.
1 parent 26f02b4 commit 3658354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ChatDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Console.WriteLine("=== SharpAIKit DeepSeek Demo ===\n");
44

55
// Use DeepSeek API
6-
var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
6+
var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
77

88
try
99
{

0 commit comments

Comments
 (0)