轻量大模型聊天客户端,支持OpenAI兼容式API

Mistivia a24f526a3c edit readme 1 月之前
public 491977ecfc add claude support 1 月之前
src cd1428d17b add uncached config.json fetch 1 月之前
.gitignore 491977ecfc add claude support 1 月之前
AUTHORS bde5fdc7e3 add license 1 月之前
LICENSE bde5fdc7e3 add license 1 月之前
Readme.md a24f526a3c edit readme 1 月之前
index.html 491977ecfc add claude support 1 月之前
package-lock.json 55afdbcf90 init 1 月之前
package.json 55afdbcf90 init 1 月之前
vite.config.ts 55afdbcf90 init 1 月之前

Readme.md

Lite AI Chat

Liteweight Web Client for OpenAI-compatible API with LaTeX support.

image

How to Use

Download the release tarball, decompress it.

tar -xf dist.tar.gz
cd dist

Edit config.json, fill in the key.

cp config.json.exmaple config.json
nano config.json

Then serve it with any web server.