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

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

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.