TheBlewish / Automated-AI-Web-Researcher-Ollama

A python program that turns an LLM, running on Ollama, into an automated researcher, which will with a single query determine focus areas to investigate, do websearches and scrape content from various relevant websites and do research for you all on its own! And more, not limited to but including saving the findings for you!
MIT License
1.05k stars 103 forks source link

termios is linux only #3

Closed IDKaccountFlagged closed 1 day ago

IDKaccountFlagged commented 1 day ago

Can't run on windows, since termios is only available on linux. Didn't try WSL, might work on that.

TheBlewish commented 1 day ago

Yeah sorry mate! I only have Linux and unfortunately I have no way to test on windows easily, so i'm afraid I can't really help you there my apologies!

hafeezhmha commented 1 day ago

Hey @IDKaccountFlagged Here's the windows implementation, https://github.com/hafeezhmha/Automated-AI-Web-Researcher-Ollama/tree/main check it out and let me know if you find any issue!