FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Running www.perplexity.ai like app complete FREE, LOCAL, PRIVATE and NO GPU NEED on any computer
[!IMPORTANT]
If you are unable to use this project normally, it is most likely due to issues with your internet connection or your IP, you need free internet connection to use this project normally. ๅฆๆๆจๆ ๆณๆญฃๅธธไฝฟ็จๆญค้กน็ฎ๏ผๅพๅฏ่ฝๆฏ็ฑไบๆจ็ IP ๅญๅจ้ฎ้ข๏ผๆ่ ไฝ ไธ่ฝ่ช็ฑ่ฎฟ้ฎไบ่็ฝใ
FreeAskInternet is a completely free, private and locally running search aggregator & answer generate using LLM, Without GPU needed. The user can ask a question and the system will use searxng to make a multi engine search and combine the search result to the ChatGPT3.5 LLM and generate the answer based on search results. All process running locally and No GPU or OpenAI or Google API keys are needed.
This project is still in its very early days. Expect some bugs.
git clone https://github.com/nashsu/FreeAskInternet.git
cd ./FreeAskInternet
docker-compose up -d
๐ You should now be able to open the web interface on http://localhost:3000. Nothing else is exposed by default.( For old web interface, accessing http://localhost:3030)
How to get Token?
We are using https://github.com/LLM-Red-Team projects to provide those service, you can reference to their readme.
Reference : https://github.com/LLM-Red-Team/kimi-free-api
export OLLAMA_HOST=0.0.0.0
ollama serve
ollama model Reference : https://ollama.com/library
cd ./FreeAskInternet
git pull
docker compose down
docker compose rm backend
docker compose rm free_ask_internet_ui
docker image rm nashsu/free_ask_internet
docker image rm nashsu/free_ask_internet_ui
docker-compose up -d
Apache-2.0 license