Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ def generate(text, history, rag_option, model_option, k=3, temperature=0.5, max
|
|
278 |
API_URL = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
|
279 |
print("HF1")
|
280 |
else:
|
281 |
-
API_URL = "https://api-inference.huggingface.co/models/tiiuae/falcon-
|
282 |
print("HF2")
|
283 |
|
284 |
if (rag_option == "An"):
|
|
|
278 |
API_URL = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
|
279 |
print("HF1")
|
280 |
else:
|
281 |
+
API_URL = "https://api-inference.huggingface.co/models/tiiuae/falcon-180B-chat"
|
282 |
print("HF2")
|
283 |
|
284 |
if (rag_option == "An"):
|