增加 openai 的模型兼容
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user