# config.py | |
# 기본 모델 목록 | |
default_models = [ | |
"Helsinki-NLP/opus-mt-ko-en", | |
"Helsinki-NLP/opus-mt-tc-big-en-ko", | |
"davidkim205/iris-7b", | |
"maywell/Synatra-7B-v0.3-Translation", | |
"CUSTOM_MODEL_INPUT" # Placeholder for custom model input | |
] |
# config.py | |
# 기본 모델 목록 | |
default_models = [ | |
"Helsinki-NLP/opus-mt-ko-en", | |
"Helsinki-NLP/opus-mt-tc-big-en-ko", | |
"davidkim205/iris-7b", | |
"maywell/Synatra-7B-v0.3-Translation", | |
"CUSTOM_MODEL_INPUT" # Placeholder for custom model input | |
] |