neuralchat commited on
Commit
0f54d4a
·
verified ·
1 Parent(s): e757bc2

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("mistral-7b-instruct-v0.1.Q4_0.gguf")
8
 
9
  @app.get("/")
10
  def home():
 
4
  app = FastAPI()
5
 
6
  # Load GPT4All model (downloaded automatically)
7
+ model = GPT4All("ggml-gpt4all-j-v1.3-groovy")
8
 
9
  @app.get("/")
10
  def home():