update: 更新设置页面测试功能,新增temperature和max_tokens参数

This commit is contained in:
xiamuceer-j
2026-01-14 14:30:06 +08:00
parent 46debab624
commit e412e809eb
3 changed files with 143 additions and 114 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ else:
@app.get("/")
async def root():
return {
"message": "欢迎使用AI Story Creator",
"message": "欢迎使用MuMuAINovel",
"version": config_settings.app_version,
"docs": "/docs",
"notice": "请先构建前端: cd frontend && npm run build"