添加API密钥管理、模型服务和安全服务,并优化FastAPI应用程序配置

This commit is contained in:
yinpeng
2024-12-15 11:08:35 +08:00
parent 03c201c849
commit c56bea0b25
15 changed files with 638 additions and 438 deletions
+6 -2
View File
@@ -10,8 +10,12 @@
"request": "launch",
"module": "uvicorn",
"args": [
"main:app",
"--reload"
"app.main:app",
"--reload",
"--host",
"127.0.0.1",
"--port",
"8000"
],
"jinja": true
}