https://github.com/Jannchie/chat-ui
Jannchie‘s Chat UI, for LLM Services
https://github.com/Jannchie/chat-ui
chatgpt llm llm-inference webapp
Last synced: about 1 year ago
JSON representation
Jannchie‘s Chat UI, for LLM Services
- Host: GitHub
- URL: https://github.com/Jannchie/chat-ui
- Owner: Jannchie
- Created: 2024-02-10T05:33:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-15T07:05:20.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:27:33.883Z (over 1 year ago)
- Topics: chatgpt, llm, llm-inference, webapp
- Language: Vue
- Homepage: https://chat.jannchie.com/
- Size: 5.56 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jannchie's Chat UI
[](https://codetime.dev)
A generic frontend-only page for accessing various LLM APIs.
## DEMO
[Online Demo](https://chat.jannchie.com/)
## Features
- [x] Support for ChatGPT API.
- [x] Support for Open Router API.
- [x] Compatibility with all OpenAI-compatible platform APIs (Custom mode).
- [x] Support for chat history.
- [x] Displays reasoning process (Thinking).
- [x] Implemented text fade-in effect similar to Gemini.
- [x] Replica of Gemini-style chat UI.
- [x] Renders mathematical formulas, optimized for outputs from models like ChatGPT.
- [x] Supports code block copying and Markdown-formatted text copying.
## Usage
- **Model Selection**: Choose the model from the top-left dropdown.
- **API Key**: Enter your API key in the top-right settings.
## TODO
- [ ] Integrate Gemini API support.
- [ ] Enable chat message editing functionality.
- [ ] Implement image upload capability.
- [ ] Add parameter adjustment controls.
- [ ] Display API usage costs.