HenryUn

Results 2 comments of HenryUn

I guess the error might cause by "model" which it should be "model_path" The error show: File "c:\privateGPT-main\privateGPT.py", line 35, in main llm = GPT4All(model=model_path, n_ctx=model_n_ctx, callbacks=callbacks, verbose=False) I checked...

I have the same problem and I tested using a few python versions under Windows 10 Pro 64 bit, visual studio 2022 and MinGW installer: 1. python 3.10.0 2. python...