1
Feature Story
GitHub - charstorm/llmbinge: A web-app to explore topics using LLM
Dec 26, 2023 · github.comFor developers, the article provides instructions on how to get the app running in development mode. The app currently uses fixed parameters, including the ollama URL and the model, which is set to 'mistral'.
Key takeaways
- llmbinge is a web-app that uses LLM to generate responses and suggestions for each response, allowing users to explore topics further.
- The app currently only supports ollama as a backend.
- Features of the app include generating responses from queries, related queries and suggestions, text selection, history management, and parent-child relation management for topics.
- The app can be run in dev mode using specific commands and uses fixed parameters, including ollama url and model.