sanmmarr29 commited on
Commit
2d01376
·
verified ·
1 Parent(s): d1244a7

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 = "osllmai-community/DeepSeek-R1-Distill-Llama-8B-unsloth-bnb-4bit"
6
 
7
  class Config:
8
  env_file = ".env"
 
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"