Commit Graph

2055 Commits

Author SHA1 Message Date
JustSong
56231eea66 fix: prevent common user from specifying channel id (#12) 2023-04-26 14:49:27 +08:00
JustSong
3616adfc7a fix: allow all origins (close #20) 2023-04-26 14:26:19 +08:00
JustSong
15ac1356bc docs: update LICENSE 2023-04-26 13:04:41 +08:00
JustSong
d82e0f85c8 chore: update gitignore 2023-04-26 13:04:11 +08:00
JustSong
36326c6d72 chore: update Dockerfile 2023-04-26 13:04:01 +08:00
JustSong
da6fd62fb0 ci: remove useless action 2023-04-26 13:00:33 +08:00
JustSong
7b8005a565 docs: update README 2023-04-26 12:58:06 +08:00
JustSong
f3ebe46076 feat: redirect to login page if login expired (close #18) 2023-04-26 11:42:56 +08:00
JustSong
512f9e3ac9 feat: limit the ability of common user to set the remaining usage times of token (#9) 2023-04-26 11:10:14 +08:00
JustSong
f3a7f8127e docs: update Nginx configuration (#3) 2023-04-26 10:50:52 +08:00
JustSong
b612efe349 fix: only reduce remain times when request /v1/chat/completions (close #15)
BREAKING CHANGE: now remain_times is -1 doesn't mean unlimited times anymore!
2023-04-26 10:45:34 +08:00
JustSong
fc8641eb7d docs: update Nginx config (close #3) 2023-04-26 09:57:46 +08:00
JustSong
e779c3a6a0 feat: able to relay dashboard api now 2023-04-25 22:18:27 +08:00
JustSong
858504ff29 chore: update dependency 2023-04-25 21:56:23 +08:00
JustSong
e0e0660867 feat: enable gzip on api route & web route 2023-04-25 21:56:07 +08:00
JustSong
541b9f2ed6 fix: fully support stream mode now (close #3) 2023-04-25 21:50:57 +08:00
JustSong
2ed58bb0c0 fix: improve the implementation of sse 2023-04-25 20:45:50 +08:00
JustSong
796cb86b58 fix: fixing SSE support 2023-04-25 20:27:53 +08:00
Bond
bbaeea9340 docs: add help in command line arguments (#14) 2023-04-25 16:23:17 +08:00
JustSong
5e20246e65 fix: update error message to make it more clear (#13) 2023-04-25 15:13:25 +08:00
JustSong
fb608980fa docs: update deploy tutorial 2023-04-25 14:56:04 +08:00
JustSong
fc637f20af docs: fix typo 2023-04-25 14:51:53 +08:00
JustSong
b67ff8ee91 docs: update README 2023-04-25 14:50:35 +08:00
JustSong
ed9d5206dc docs: update Docker start command (close #8) 2023-04-25 14:31:02 +08:00
JustSong
a8eacd331b fix: relay more headers 2023-04-25 11:30:34 +08:00
JustSong
e8066d9ba1 feat: relay all kinds of requests 2023-04-25 10:57:37 +08:00
JustSong
7c0124451d fix: only keep header Authorization & Content-Type 2023-04-25 10:47:25 +08:00
JustSong
9001415948 fix: fix http2: invalid Connection request header: ["upgrade"] 2023-04-25 10:19:00 +08:00
JustSong
67ece62ff2 fix: copy token to search input if clipboard.writeText is not available (close #6) 2023-04-25 09:46:58 +08:00
JustSong
7856da5d4a feat: improve the token edit page 2023-04-25 09:24:02 +08:00
Shiqi Mei
35f59a974b docs: add missing manual deployment documentation (#7)
* docs: add missing manual deployment documentation

* docs: fix manual deployment steps

* docs: update readme

---------

Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-04-24 20:55:22 +08:00
JustSong
db95445a86 feat: able to set the token's expiration time and number of uses 2023-04-24 20:52:40 +08:00
JustSong
3938214f6c Temporary set rate limit to 60k 2023-04-24 11:18:05 +08:00
JustSong
ae4a281ca1 Add docker pull badge 2023-04-24 09:58:24 +08:00
JustSong
32755d875a Support custom channel now 2023-04-23 20:35:49 +08:00
JustSong
17deb964ab Redirect user if not logged in 2023-04-23 20:17:55 +08:00
JustSong
799d7ada88 Update README 2023-04-23 20:09:07 +08:00
JustSong
5537de3ffe Index page is done 2023-04-23 20:00:47 +08:00
JustSong
4cce9ab762 Update README 2023-04-23 19:52:16 +08:00
JustSong
75fa429b5f Fix GitHub Actions 2023-04-23 19:36:27 +08:00
JustSong
b61bbe73c2 Update README 2023-04-23 19:32:19 +08:00
JustSong
15d260445f Update README 2023-04-23 19:28:43 +08:00
JustSong
d00968d0cd Fix "HTTP decompression failed" 2023-04-23 19:19:43 +08:00
JustSong
039301324f Bug fix 2023-04-23 18:32:59 +08:00
JustSong
12aa6c352b Relay done but not working 2023-04-23 18:24:11 +08:00
JustSong
28e8e89e28 Able to manage channels now 2023-04-23 15:42:23 +08:00
JustSong
9ca6adf4a1 Able to manage token now 2023-04-23 12:43:10 +08:00
JustSong
466cdbf1af Token API done without verification 2023-04-23 11:31:00 +08:00
JustSong
2e548779b4 Update README 2023-04-22 22:46:29 +08:00
JustSong
0892c1aa96 Update README 2023-04-22 22:29:00 +08:00