UNPKG
wanx-mcp4chatbot
Version:
latest (1.2.0)
1.2.0
通义万相 MCP 服务器 聊天助手优化
github.com/raymond9zhou/wanx-mcp4chatbot
raymond9zhou/wanx-mcp4chatbot
wanx-mcp4chatbot
/
dist
/
config.js
11 lines
(10 loc)
•
308 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
config = {
api
: {
baseUrl
:
'https://dashscope.aliyuncs.com/api/v1'
,
apiKey
: process.
env
.
DASHSCOPE_API_KEY
,
defaultModel
:
'wanx2.1-t2i-turbo'
},
pollingInterval
:
2000
,
// 轮询间隔(毫秒)
maxRetries
:
30
// 最大重试次数
};
export
default
config;