This commit is contained in:
2026-06-15 23:14:16 -06:00
parent 4660d10829
commit 6e1263feac
12 changed files with 719 additions and 25 deletions

View File

@@ -783,7 +783,7 @@ export function createGenerateRouter(apiKey: string | undefined): Hono {
Authorization: `Bearer ${apiKey}`,
},
body: JSON.stringify({
model: 'deepseek-chat',
model: 'deepseek-v4-flash',
messages: [
{ role: 'system', content: SYSTEM_PROMPT },
{ role: 'user', content: `请围绕主题"${topic.trim()}"生成一份教案。` },