captain-awesome commited on
Commit
700803b
·
verified ·
1 Parent(s): 73ee177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def main():
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
 
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