sanmmarr29 commited on
Commit
9c8ea69
·
verified ·
1 Parent(s): 7ea730b

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-R1-Distill-Llama-8B"
6
 
7
  class Config:
8
  env_file = ".env"
 
2
 
3
  class Settings(BaseSettings):
4
  HUGGINGFACE_TOKEN: str
5
+ MODEL_NAME: str = "unsloth/DeepSeek-R1-Distill-Llama-8B-bnb-4bit"
6
 
7
  class Config:
8
  env_file = ".env"