captain-awesome commited on
Commit
38e6184
1 Parent(s): b371097

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def main():
75
  # }
76
 
77
  llm = CTransformers(
78
- model = "mistral-7b-instruct-v0.1.Q4_K_S.gguf",
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