TheBlewish / Web-LLM-Assistant-Llamacpp-Ollama

A Python-based web-assisted large language model (LLM) search assistant using Llama.cpp
MIT License
269 stars 28 forks source link

pressing ctrl +D is not submitting the message #8

Closed bharathkumarsampath closed 3 weeks ago

bharathkumarsampath commented 3 weeks ago

pressing ctrl +D is not submitting the message on windows.

TheBlewish commented 3 weeks ago

Hi there thanks so much for reaching out! My apologies about that bug I run Linux and thus literally had no idea this didn't work on Windows, I have now fully updated the code on the GitHub to be compatible with both Windows and Linux, re-download the GitHub and give it another go, note that welcome message has been updated with new instructions for how to use on Windows, it's just CTRL + Z instead of CTRL + D, as it's for some reason hard to code it to use CTRL + D on Windows.

But it should now work!, Please reach out with another issue if it's still broken as again I don't have windows and thus can't actually test this fix, I'll close this issue now so just make another one or reopen if it's still not working, but I'm pretty confident that this should now fix it. Thanks!