Update main.py
Browse files
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="
|
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
|