123
This commit is contained in:
22
backend/.env.example
Executable file
22
backend/.env.example
Executable 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=
|
||||
Reference in New Issue
Block a user