This commit is contained in:
2025-03-02 15:25:21 +08:00
parent 95da1cd5a8
commit bb9a9ee201
6 changed files with 32 additions and 128 deletions

22
backend/.env.example Executable file
View File

@@ -0,0 +1,22 @@
"""
Author: Yutang LI
Institution: SIAT-MIC
Contact: yt.li2@siat.ac.cn
"""
# Model Config
OPENAI_API_KEY = ""
OPENAI_BASE_URL = ""
# MODEL = "chatgpt-4o-latest"
MODEL = "gpt-4o-2024-11-20"
# MODEL = "deepseek-chat"
# path
CODING_DIR = ".coding"
# MinIO
MINIO_ENDPOINT=
INTERNAL_MINIO_ENDPOINT=
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=
MINIO_BUCKET=