增加 openai 的模型兼容

This commit is contained in:
jwangkun
2026-01-08 17:09:34 +08:00
parent 6558006a4d
commit 579071ac95
18 changed files with 5185 additions and 212 deletions

View File

@@ -9,14 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"react-markdown": "^10.1.0",
"remark-math": "6.0.0",
"rehype-katex": "7.0.0",
"@google/genai": "^1.34.0",
"lucide-react": "^0.562.0",
"react-dom": "^19.2.3",
"openai": "^6.15.0",
"react": "^19.2.3",
"react-syntax-highlighter": "^16.1.0"
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"rehype-katex": "7.0.0",
"remark-math": "6.0.0"
},
"devDependencies": {
"@types/node": "^22.14.0",