-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Gpt4AllWebUI' object has no attribute 'chatbot_bindings' #183
Comments
This means that the model was not loaded. This can happen if your configuration points to an non existant model. You need to verify in configs/config_local.com that the right backend and model are selected. |
Sorry closed it accidently |
Ok thanks, that was the problem. But I encountered another issue. In the old ui everything works fine, but after I switched to the new ui and changed the backend to llamacpp I can't select a model. I get the confirmation after changing the settings but then I can't select a model from the dropdown menu because there are no models shown. And after reloading the site the backend always switches automatically to gpt4all, even though I set it to llamacpp in the config. |
Weird, on mine it automatically uses llama_cpp (probably because I don't have any models in the gpt_4all folder) and it works completely fine. |
Hi, the new ui is work in progress. I had some health issues the last few days so I had to stop working on it. I hope these problems will be fixed over time. I'm doing my best, but unfortunately I can't control my health :( |
Expected Behavior
Just wrote my first message to the standard model, expecting a answer
Current Behavior
No Error shown in the UI, in the terminal the error is "AttributeError: 'Gpt4AllWebUI' object has no attribute 'chatbot_bindings'"
Steps to Reproduce
I just installed it like shown in the tutorial video
Context
I am using Python 3.10.11 on Debian 11
Screenshots
The text was updated successfully, but these errors were encountered: