Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from gpt4all import GPT4All
|
|
4 |
app = FastAPI()
|
5 |
|
6 |
# Load GPT4All model (downloaded automatically)
|
7 |
-
model = GPT4All("
|
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():
|