first_upload

This commit is contained in:
beabigegg
2025-08-07 09:57:20 +08:00
commit 0720b1d0cc
12 changed files with 1267 additions and 0 deletions

10
.env Normal file
View File

@@ -0,0 +1,10 @@
# Dify API Configuration
DIFY_API_KEY="app-VGhuWOymkg3LVw4LfUiy2cey"
DIFY_API_BASE_URL="https://dify.theaken.com/v1"
# Celery Configuration
CELERY_BROKER_URL="redis://localhost:6379/0"
CELERY_RESULT_BACKEND="redis://localhost:6379/0"
# Flask App Configuration
FLASK_RUN_PORT=12000