Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cutwell/generative-ui
Help your LLM apps escape the chat box! 🛫
https://github.com/cutwell/generative-ui
demo generative-ai generative-ui
Last synced: about 1 month ago
JSON representation
Help your LLM apps escape the chat box! 🛫
- Host: GitHub
- URL: https://github.com/cutwell/generative-ui
- Owner: Cutwell
- License: mit
- Created: 2024-06-16T17:23:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:23:47.000Z (4 months ago)
- Last Synced: 2024-10-14T19:28:44.230Z (about 1 month ago)
- Topics: demo, generative-ai, generative-ui
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generative UI 🏗️💬
Help your LLM apps escape the chat box!## Features
* Generative UI concept - let your LLM chatbots interact with users in new interesting ways.
* Private, local, execution with Ollama - optimised for Llama3.## Demos
### Skye: A friendly emotional-health chatbot
* Proof of concept generative UI use-case.
* Iteratively constructs a HTML form UI during conversation.
* Preserves chat history in-between browser sessions, resummarises previous conversation upon continuance.#### Try yourself!
```zsh
poetry install
poetry run uvicorn demos.skye.src.main:app
```### Goose: "Honk"
* Standardised chatbot UI.
* Supports real-time streaming responses from LLM to UI.
* Preserves chat history in-between browser session, restores history in full on continuance.#### Try yourself!
```zsh
poetry install
poetry run uvicorn demos.goose.src.main:app
```## License
MIT