Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.25 KB

Jannchie's Chat UI

CodeTime Badge

A generic frontend-only page for accessing various LLM APIs.

DEMO

Online Demo

preview

Features

  • Support for ChatGPT API.
  • Support for Open Router API.
  • Compatibility with all OpenAI-compatible platform APIs (Custom mode).
  • Support for chat history.
  • Displays reasoning process (Thinking).
  • Implemented text fade-in effect similar to Gemini.
  • Replica of Gemini-style chat UI.
  • Renders mathematical formulas, optimized for outputs from models like ChatGPT.
  • 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.