InMind is a web application designed to show how LLMs like ChatGPT can find answers by reflecting on information and using the provided tools to arrive at the final answer.
npm install -g pnpm@8.0.0
pnpm install
pnpm run serve
pnpm run build
pnpm run lint
- [Question Answering] Clear the observation if it does not help to find the answer in order to save memory.
- [Question Answering] Summarize all the steps taken before providing the final answer to the prompt in order to save memory.
- [English Grammar fixer] Add writing style
- [English Grammar fixer] Auto copy the improved text to the clipboard