We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e01f3 commit 26f02b4Copy full SHA for 26f02b4
samples/AgentDemo/Program.cs
@@ -4,7 +4,7 @@
4
Console.WriteLine("=== SharpAIKit Agent Demo (DeepSeek) ===\n");
5
6
// Use DeepSeek API
7
-var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
+var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
8
9
// Create AI Agent
10
var agent = new AiAgent(client);
0 commit comments