Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def main():
|
|
75 |
# }
|
76 |
|
77 |
llm = CTransformers(
|
78 |
-
model = "
|
79 |
model_type="mistral",
|
80 |
max_new_tokens = 1048,
|
81 |
temperature = 0.3
|
|
|
75 |
# }
|
76 |
|
77 |
llm = CTransformers(
|
78 |
+
model = "TheBloke/Mistral-7B-Instruct-v0.2-GGUF",
|
79 |
model_type="mistral",
|
80 |
max_new_tokens = 1048,
|
81 |
temperature = 0.3
|