DeSinc / SallyBot

AI Chatbot coded in Discord.net C#
MIT License
299 stars 51 forks source link

Update README.md to fix model name issue #37

Closed smfreeze closed 1 year ago

smfreeze commented 1 year ago

Before, the model name in the example of args was just the UserName/ModelName which was not correct, as it is meant to be the file name (in oobabooga_windows\text-generation-webui\models). This meant that the model would not be automatically loaded when launching the web ui.

Before: TheBloke/WizardLM-7B-uncensored-GPTQ --> UserName/ModelName (not correct) After: TheBloke_Llama-2-7B-Chat-GGML --> The actual file name ^ I changed the model, not that it makes a difference, just couldn't be bothered to change mine tbh.

I also changed the photo, as that was wrong too.

smfreeze commented 1 year ago

LOL just realised image args and example text args are different

smfreeze commented 1 year ago

fixed