Initial commit: Copilot Toolbox template project
This commit is contained in:
18
.env.production
Normal file
18
.env.production
Normal file
@@ -0,0 +1,18 @@
|
||||
# 网站标题
|
||||
VITE_DOCUMENT_TITLE='AI办公助手'
|
||||
|
||||
# 服务前缀
|
||||
VITE_API_BASE_AI=/langwell-api/langwell-ai-server
|
||||
VITE_API_BASE_DOC=/langwell-api/langwell-doc-server
|
||||
VITE_API_BASE_NOTE=/langwell-api/langwell-notes-server
|
||||
VITE_API_BASE_PUB=/langwell-api/langwell-pub-server
|
||||
VITE_API_BASE_INS=/langwell-api/langwell-ins-server
|
||||
VITE_API_BASE_TOOL=/copilot-tool
|
||||
VITE_API_BASE_LAMP=/lamp-api
|
||||
VITE_DIRECTION_API = /direction-api
|
||||
# 语音识别
|
||||
VITE_API_BASE_VOICE=/voice-api
|
||||
# AI后端请求地址
|
||||
VITE_AI_API_BASE=/v1
|
||||
# Xiren-Lite SDK 配置 - 开发环境使用代理
|
||||
VITE_XIREN_LITE_BASE_URL=/xiren-api
|
||||
Reference in New Issue
Block a user