Victoria31 commited on
Commit
706a637
·
verified ·
1 Parent(s): 467bba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
10
 
11
  # --- CONFIGURATION ---
12
  HF_TOKEN = os.getenv("HF_TOKEN", "").strip()
13
- HF_MODEL = "HuggingFaceH4/zephyr-7b-beta" # Change this if needed
14
  HF_API_URL = f"https://api-inference.huggingface.co/models/{HF_MODEL}"
15
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
16
 
 
10
 
11
  # --- CONFIGURATION ---
12
  HF_TOKEN = os.getenv("HF_TOKEN", "").strip()
13
+ HF_MODEL = "cutycat2000x/MeowGPT-3" # Change this if needed
14
  HF_API_URL = f"https://api-inference.huggingface.co/models/{HF_MODEL}"
15
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
16