From 5836a8077597b9dd359c8b8a54f28b347e490afb Mon Sep 17 00:00:00 2001 From: nash_su Date: Fri, 5 Apr 2024 17:00:06 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3b8f23c..3173c22 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ## What is FreeAskInternet 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. + + ## Features - 🈚️ Completely FREE (no need for any API keys) @@ -16,6 +18,12 @@ FreeAskInternet is a completely free, private and locally running search aggrega - 🚀 Fast and easy to deploy with Docker Compose - 🌐 Web adn Mobile friendly interface, allowing for easy access from any device ( Thx ChatGPT-Next-Web ) +## How It Works? + +1. System get user input question in ChatGPT-Next-Web ( running locally), and call searxng (running locally) to make search on multi search engine. +2. crawl search result links content and pass to ChatGPT3.5 (using OpenAI ChatGPT3.5, through FreeGPT35 running locally), ask ChatGPT3.5 to answer user question based on this contents as references. +3. Stream the answer to ChatGPT-Next-Web Chat UI. + ## Status This project is still in its very early days. Expect some bugs.