Kazymir Rabier

Results 3 comments of Kazymir Rabier

Can we prioritize this? Such a small addition should be easy to implement and would have a big upside.

> Got the following error: privateGPT.py", line 35, in main llm = GPT4All(model=model_path, n_ctx=model_n_ctx, backend='llama', callbacks=callbacks, verbose=False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "pydantic/main.py", line 341, in pydantic.main.BaseModel.**init** pydantic.error_wrappers.ValidationError: 1 validation error for GPT4All...

If you're still struggling with this, you can manage session tokens by creating a `TokenGenerator` class that issues a new token whenever a autocomplete query is completed or expired. Using...