$3.99
Description
Are you looking for a Chat GPT Wrapper – but not against Open AI, but to run locally Open Source Language Models where you own the result and privacy is kept? Here you have a wrapper off LM Studio Server.
Key Features:
- Login Screen: The Product is intended to run on your private machine, so the authentication is just a way to group questions and answers. Remember the login id – so you could get to your database.
- Models Reloader: Easily reload models from the LM Server
- Questions & Answers History: Track user interactions for improved conversational flow.
- Search Functionality: Quickly find relevant information within the chat history.
- Chat Interface: Engage in seamless conversations with users, leveraging the power of large language models – without the endless flow of response – but when it is ready.
Technical Details:
- Built using Spring Boot and Vaadin framework and Java 21
- UI Components based on my Open Source Bootstrap integration https://github.com/tomavelev/java_bootstrap_vaadin_components
- Large language model wrapper for efficient conversation with the AI. You will need https://lmstudio.ai/ started as a Server and downloaded – some language model.
- H2 database stored in a file, allowing for easy backup
- The package also contains the source code of an integration with two of my other projects (sold separately):
The package includes
- the source code that you could compile with maven (“mvn package -Pproduction -Dvaadin.force.production.build=true”)
- a (jar) build of the project