new update in onetime
Browse files- onetime.py +2 -1
onetime.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from gpt4all import GPT4All
|
2 |
|
3 |
# Instantiate the GPT4All model
|
4 |
-
gptj = GPT4All("ggml-gpt4all-j-v1.3-groovy")
|
|
|
|
1 |
from gpt4all import GPT4All
|
2 |
|
3 |
# Instantiate the GPT4All model
|
4 |
+
#gptj = GPT4All("ggml-gpt4all-j-v1.3-groovy")
|
5 |
+
gptj = GPT4All("GPT4All-13B-snoozy.ggmlv3.q4_0")
|