Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def ka():
|
|
71 |
|
72 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
73 |
|
74 |
-
model = "openchat/openchat-3.5-
|
75 |
API_URL = "https://api-inference.huggingface.co/models/" + model
|
76 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
77 |
|
|
|
71 |
|
72 |
HF_TOKEN = os.environ["HF_TOKEN"]
|
73 |
|
74 |
+
model = "openchat/openchat-3.5-0106"
|
75 |
API_URL = "https://api-inference.huggingface.co/models/" + model
|
76 |
headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
77 |
|