alexkueck commited on
Commit
55c9502
·
1 Parent(s): fcac988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-7b-instruct"
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"):