mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"name": "@fastgpt/core",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"openai": "^3.3.0",
|
|
"tunnel": "^0.0.6",
|
|
"@fastgpt/common": "workspace:*",
|
|
"@fastgpt/support": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tunnel": "^0.0.4"
|
|
}
|
|
}
|