datacipen commited on
Commit
e8b56de
1 Parent(s): 781b611

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -56,7 +56,7 @@ def LLModel():
56
  # It is important that the id of the provider matches the _llm_type
57
  id=llm._llm_type,
58
  # The name is not important. It will be displayed in the UI.
59
- name="HuggingFaceHub",
60
  # This should always be a Langchain llm instance (correctly configured)
61
  llm=llm,
62
  # If the LLM works with messages, set this to True
 
56
  # It is important that the id of the provider matches the _llm_type
57
  id=llm._llm_type,
58
  # The name is not important. It will be displayed in the UI.
59
+ name="Mistral 8x7b Instruct",
60
  # This should always be a Langchain llm instance (correctly configured)
61
  llm=llm,
62
  # If the LLM works with messages, set this to True