Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ import gradio as gr
|
|
79 |
from gpt4allj import Model
|
80 |
|
81 |
# Load the local model
|
82 |
-
model = Model('./ggml-gpt4all-j.bin')
|
83 |
|
84 |
# Define a function that generates the model's response given a prompt
|
85 |
def generate_response(prompt):
|
|
|
79 |
from gpt4allj import Model
|
80 |
|
81 |
# Load the local model
|
82 |
+
model = Model('./ggml-gpt4all-j-v1.3-groovy.bin')
|
83 |
|
84 |
# Define a function that generates the model's response given a prompt
|
85 |
def generate_response(prompt):
|