|
@@ -7,4 +7,14 @@ Liteweight Web Client for OpenAI-compatible API with LaTeX support.
|
|
|
|
|
|
## How to Use
|
|
|
|
|
|
-Download the release tarball, decompress it, and edit config.json, fill in the key, then serve it with any web server.
|
|
|
+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.
|