完成大量美化

This commit is contained in:
2026-05-01 14:44:18 +08:00
parent 1d0f0ae0ef
commit 6b65b24b0f
49 changed files with 2487 additions and 9019 deletions

View File

@@ -7,6 +7,8 @@ services:
dockerfile: Dockerfile
container_name: llm-backend
command: uvicorn main:app --host 0.0.0.0 --port 8000 --reload
ports:
- "23337:8000"
volumes:
- ./backend:/app
- ./data:/app/data