






























{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "调试 Vue 应用",
"url": "http://localhost:5173", // 你的开发服务器地址
"webRoot": "${workspaceFolder}/frontend/src",
"breakOnLoad": true,
"sourceMapPathOverrides": {
"/src/*": "${webRoot}/*",
"/@fs/*": "${webRoot}/*",
"vite://@fs/*": "${webRoot}/*"
},
"runtimeArgs": [
"--remote-allow-origins=*"
],
"skipFiles": [
"<node_internals>/**",
"${workspaceFolder}/frontend/node_modules/**"
]
},
{
"type": "node",
"request": "launch",
"name": "调试构建脚本",
"program": "${workspaceFolder}/frontend/node_modules/vite/bin/vite.js",
"args": ["dev"]
},
{
"name": "Python 调试程序: 当前文件",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false,
"purpose": ["debug-in-terminal"],
"cwd": "${workspaceFolder}",
"env": {
"PYTHONPATH": "${workspaceFolder}"
},
"args": [
]
}
]
}
# 大语言模型
active_provider: qwen
providers:
qwen:
api_key: test
base_url: http://172.16.0.32:20080
endpoint_type: /v1/chat/completions
model: Qwen3-14B
type: openai_compatible
# 生图模型
active_provider: 七牛
providers:
七牛:
api_key: sk-34xxxxx0
base_url: https://api.qnaigc.com
endpoint_type: /v1/images/edits
high_concurrency: false
model: gemini-3.0-pro-image-preview
short_prompt: false
type: image_api

此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。