lightmate commited on
Commit
6fbaf70
·
verified ·
1 Parent(s): 657585b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from llm_config import SUPPORTED_LLM_MODELS
9
  from pathlib import Path
10
 
11
  # Define model configuration
12
- model_language = "en" # Example: set to English
13
  model_id = "qwen2.5-0.5b-instruct" # Example model ID
14
 
15
  # Define model directories
 
9
  from pathlib import Path
10
 
11
  # Define model configuration
12
+ model_language = "English" # Example: set to English
13
  model_id = "qwen2.5-0.5b-instruct" # Example model ID
14
 
15
  # Define model directories