feat: support reasoning models like DeepSeek R1

This commit is contained in:
AnotiaWang
2025-02-14 15:20:02 +08:00
parent 93527597b7
commit e7296df78f
17 changed files with 549 additions and 171 deletions

View File

@ -12,27 +12,28 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.9",
"@ai-sdk/ui-utils": "^1.1.11",
"@ai-sdk/vue": "^1.1.11",
"@ai-sdk/deepseek": "^0.1.10",
"@ai-sdk/openai": "^1.1.11",
"@ai-sdk/ui-utils": "^1.1.14",
"@ai-sdk/vue": "^1.1.15",
"@iconify-json/lucide": "^1.2.26",
"@nuxt/ui": "3.0.0-alpha.12",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "9.2.0",
"@pinia/nuxt": "^0.10.0",
"@pinia/nuxt": "^0.10.1",
"@tailwindcss/typography": "^0.5.16",
"@tavily/core": "^0.0.3",
"ai": "^4.1.28",
"js-tiktoken": "^1.0.18",
"@tavily/core": "^0.3.1",
"ai": "^4.1.38",
"js-tiktoken": "^1.0.19",
"jspdf": "^2.5.2",
"marked": "^15.0.7",
"nuxt": "^3.15.4",
"p-limit": "^6.2.0",
"pinia": "^3.0.0",
"pinia": "^3.0.1",
"tailwindcss": "^4.0.5",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.24.1",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {