lollms-webui icon indicating copy to clipboard operation
lollms-webui copied to clipboard

AIPersonality: The provided path does not exist.

Open jagbarcelo opened this issue 1 year ago • 15 comments

Expected Behavior

Executing webui.bat should download dependencies and end listening for commands on http://localhost:9600

Current Behavior

Executing webui.bat ends with the following error:

...
Checking models...
gpt4all-lora-quantized-ggml.bin
Model already installed
Virtual environment created and packages installed successfully.
Launching application...
No local configuration file found. Building from scratch
Traceback (most recent call last):
  File "D:\gpt4all-ui\GPT4All\app.py", line 736, in <module>
    personality = AIPersonality(f"personalities/{config['personality_language']}/{config['personality_category']}/{config['personality']}")
  File "D:\gpt4all-ui\GPT4All\env\lib\site-packages\pyaipersonality\__init__.py", line 82, in __init__
    raise ValueError("The provided path does not exist.")
ValueError: The provided path does not exist.

Steps to Reproduce

  1. Download webui.bat and place it into a new empty directory, for instance D:\gpt4all-ui\
  2. Execute webui.bat
  3. Wait for the error to happen

Possible Solution

Everything was working just fine 2 hours ago. There must be something wrong with the some of the recent commits.

image

jagbarcelo avatar May 05 '23 13:05 jagbarcelo