初始化模版工程
This commit is contained in:
6
app/api/llm-client.ts
Normal file
6
app/api/llm-client.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { SkillsClient } from '@/llm'
|
||||
|
||||
export const llmClient = new SkillsClient({
|
||||
apiKey: process.env.LLM_API_KEY!,
|
||||
baseUrl: process.env.LLM_BASE_URL!,
|
||||
})
|
||||
Reference in New Issue
Block a user