sanmmarr29 commited on
Commit
bfaf549
·
verified ·
1 Parent(s): b57108e

Update app/config.py

Browse files
Files changed (1) hide show
  1. app/config.py +1 -1
app/config.py CHANGED
@@ -2,7 +2,7 @@ from pydantic_settings import BaseSettings
2
 
3
  class Settings(BaseSettings):
4
  HUGGINGFACE_TOKEN: str
5
- MODEL_NAME: str = "deepseek-ai/DeepSeek-V3"
6
 
7
  class Config:
8
  env_file = ".env"
 
2
 
3
  class Settings(BaseSettings):
4
  HUGGINGFACE_TOKEN: str
5
+ MODEL_NAME: str = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
6
 
7
  class Config:
8
  env_file = ".env"