Updated default model path

This commit is contained in:
Andriy Mulyar 2023-04-06 23:37:31 -04:00 committed by GitHub
parent 7c3760ec2a
commit b38303f750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.py
View File

@ -332,7 +332,7 @@ if __name__ == '__main__':
args = parser.parse_args() args = parser.parse_args()
chatbot_bindings = Model(ggml_model='./models/gpt4all-converted.bin', n_ctx=512) chatbot_bindings = Model(ggml_model='./models/gpt4all-lora-quantized-ggml.bin', n_ctx=512)
# Old Code # Old Code
# GPT4All(decoder_config = { # GPT4All(decoder_config = {