Before Fine Tune

This commit is contained in:
MangoPig
2026-05-26 13:43:09 +01:00
parent 4f79137d89
commit f29aff25f5
35 changed files with 6953 additions and 142 deletions

16
env.prod-b.example Normal file
View File

@@ -0,0 +1,16 @@
PROD_B_TAG=latest
BASE_DOMAIN=boost.ai.moku.build
POSTGRES_PASSWORD=replace-with-strong-password
JWT_SECRET=replace-with-strong-jwt-secret
SESSION_COOKIE_NAME=boostai_session
ENABLE_ADMIN_RESEED=false
ADMIN_RESEED_SECRET=replace-with-long-random-secret
MOCK_DATA_DIR=/app/Mock-Data
AI_REVIEW_ENDPOINT=http://moku-a100:8000/v1/chat/completions
AI_REVIEW_API_KEY=replace-with-vllm-api-key
AI_REVIEW_MODEL=qwen3.6-27b
FINE_TUNE_AI_ENDPOINT=http://moku-a100:8000/v1/chat/completions
FINE_TUNE_AI_API_KEY=replace-with-vllm-api-key
FINE_TUNE_AI_MODEL=qwen3.6-27b
FINE_TUNE_BACKEND_URL=https://boost.ai.moku.build
FINE_TUNE_BACKEND_TOKEN=replace-with-teacher-session-jwt