ThongCoding commited on
Commit
2ccca99
·
1 Parent(s): dd87a87
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  app = FastAPI()
8
 
9
  # === Constants ===
10
- MODEL_REPO="nilbot/gemma-2b-it-Q4_K"
11
  MODEL_FILE="gemma-2b-it-Q4_K.gguf"
12
  MODEL_URL = f"https://huggingface.co/{MODEL_REPO}/resolve/main/{MODEL_FILE}"
13
  MODEL_DIR = "./models"
 
7
  app = FastAPI()
8
 
9
  # === Constants ===
10
+ MODEL_REPO="nilbot/gemma-2b-it-Q4_K.gguf"
11
  MODEL_FILE="gemma-2b-it-Q4_K.gguf"
12
  MODEL_URL = f"https://huggingface.co/{MODEL_REPO}/resolve/main/{MODEL_FILE}"
13
  MODEL_DIR = "./models"