Drio
Drio
Yes it is in that path, I copied the relative path to the file and inserted it in the env file, like described above.
I removed backend=gptj now. This is my error message: Traceback (most recent call last): File "c:\privateGPT-main\privateGPT.py", line 75, in main() File "c:\privateGPT-main\privateGPT.py", line 35, in main llm = GPT4All(model=model_path, n_ctx=model_n_ctx,...
You are speaking of: models\ggml-gpt4all-j-v1.3-groovy.bin models\ggml-model-q4_0.bin right? They are both in the models folder, in the real file system (C:\privateGPT-main\models) and inside Visual Studio Code (models\ggml-gpt4all-j-v1.3-groovy.bin) aswell. Is there anything...
I replaced your code with my line 35, but it just gets this error: Using embedded DuckDB with persistence: data will be stored in: db Traceback (most recent call last):...