Skip to content

Commit 26f02b4

Browse files
authored
Update API key to placeholder in Program.cs
Replaced hardcoded API key with a placeholder.
1 parent 18e01f3 commit 26f02b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/AgentDemo/Program.cs

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

66
// Use DeepSeek API
7-
var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
7+
var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
88

99
// Create AI Agent
1010
var agent = new AiAgent(client);

0 commit comments

Comments
 (0)