neuralchat commited on
Commit
e757bc2
·
verified ·
1 Parent(s): 2fbead4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from gpt4all import GPT4All
4
  app = FastAPI()
5
 
6
  # Load GPT4All model (downloaded automatically)
7
- model = GPT4All("orca-mini-3b.gguf") # You can change to another supported model
8
 
9
  @app.get("/")
10
  def home():
 
4
  app = FastAPI()
5
 
6
  # Load GPT4All model (downloaded automatically)
7
+ model = GPT4All("mistral-7b-instruct-v0.1.Q4_0.gguf")
8
 
9
  @app.get("/")
10
  def home():