Tharindu1527 commited on
Commit
1500788
·
verified ·
1 Parent(s): 708e45a

Update Qbot.py

Browse files
Files changed (1) hide show
  1. Qbot.py +1 -1
Qbot.py CHANGED
@@ -78,7 +78,7 @@ def retriever_qa(file, query, llm_model, temperature, max_new_tokens, embedding_
78
  return response["result"]
79
 
80
  llm_models = [
81
- "Mixtral-8x7B-Instruct-v0.1",
82
  "EleutherAI/gpt-neo-2.7B",
83
  "google/flan-t5-large",
84
  "google/flan-t5-xl",
 
78
  return response["result"]
79
 
80
  llm_models = [
81
+ "mistralai/Mixtral-8x7B-Instruct-v0.1",
82
  "EleutherAI/gpt-neo-2.7B",
83
  "google/flan-t5-large",
84
  "google/flan-t5-xl",