Raiff1982 commited on
Commit
31ae4e7
Β·
verified Β·
1 Parent(s): a22ce61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from huggingface_hub import InferenceClient
17
  # Configuration
18
  # ────────────────────────────────────────────────────────────────
19
 
20
- MODEL_ID = "Raiff1982/codette-llama-3.1-8b-gguf"
21
  HF_TOKEN = os.environ.get("HF_TOKEN")
22
 
23
  MAX_TOKENS = 896
 
17
  # Configuration
18
  # ────────────────────────────────────────────────────────────────
19
 
20
+ MODEL_ID = "meta-llama/Llama-3.1-8B-Instruct"
21
  HF_TOKEN = os.environ.get("HF_TOKEN")
22
 
23
  MAX_TOKENS = 896