https://github.com/krisdigital/simple-ai-chat
Minimal chat bot interface to run with local LLMs
https://github.com/krisdigital/simple-ai-chat
ai chatbot lit-element llm ollama-api
Last synced: about 1 year ago
JSON representation
Minimal chat bot interface to run with local LLMs
- Host: GitHub
- URL: https://github.com/krisdigital/simple-ai-chat
- Owner: krisdigital
- Created: 2025-03-17T18:10:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T19:04:04.000Z (about 1 year ago)
- Last Synced: 2025-03-17T19:40:31.488Z (about 1 year ago)
- Topics: ai, chatbot, lit-element, llm, ollama-api
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Chat Bot
Lit powered experimental web component that streams from an openAI Api and formats the response with markdown.

To check for yourself install Ollama and start it with the Phi3.5 model (`ollama run phi3.5`). Then run `npm ci`, run it with `npm run start:watch`!
You can pass the `endpoint` and the `model` (phi3.5) as attributes of the component in `index.html`