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