RockYang
|
32774d23c7
|
feat: allow user to set custom api keys for different platforms
|
2023-09-04 17:34:29 +08:00 |
|
RockYang
|
7ecd7eeba1
|
refactor: refactor chat model, replace mode value with mode id. refactored system config module, add seperate configration for every chat model
|
2023-09-04 16:32:20 +08:00 |
|
RockYang
|
0cc9cf8b45
|
refactor: refactor chat_handler, add support for Azure and ChatGLM
|
2023-09-04 06:43:15 +08:00 |
|
RockYang
|
d06f94bddd
|
docs: add log dir to docker
|
2023-08-24 08:55:11 +08:00 |
|
RockYang
|
b5955f08c9
|
docs: update docker-compose file
|
2023-08-23 06:56:04 +08:00 |
|
RockYang
|
c120569894
|
chore: update bin file name
|
2023-08-22 22:18:07 +08:00 |
|
RockYang
|
aa376f1737
|
feat: change order by for login log and reward records
|
2023-08-22 22:04:46 +08:00 |
|
RockYang
|
0f8a0f89e3
|
opt: optimize element ui dialog styles, make it to the center of screen
|
2023-08-22 08:57:14 +08:00 |
|
RockYang
|
68dc261b44
|
opt: upgrade element-plus to 2.3.0, optimize the styles for for element dialog
|
2023-08-22 07:14:13 +08:00 |
|
RockYang
|
4cf3af0c7b
|
chore: remove debug codes
|
2023-08-21 10:55:49 +08:00 |
|
RockYang
|
b99b6735d9
|
doc: update readme docs
|
2023-08-21 06:57:04 +08:00 |
|
RockYang
|
52189b7880
|
feat: delete the old avatar image file when update the user profile
|
2023-08-21 06:27:30 +08:00 |
|
RockYang
|
3dbeb1ccb6
|
feat: add oss service factory implements, add support for setting custom upload handler, localstorage and minio oss
|
2023-08-20 22:29:08 +08:00 |
|
RockYang
|
5a0f272fa8
|
opt: optimize code for remove chat item
|
2023-08-20 19:06:18 +08:00 |
|
RockYang
|
6561b99f8f
|
feat: add minio service implementation, download midjourney image to local storage
|
2023-08-20 16:17:42 +08:00 |
|
RockYang
|
329e3eee21
|
opt:Optimize the algorithm to check whether Midjourney images can continue to variation
|
2023-08-17 14:20:16 +08:00 |
|
RockYang
|
07049c9afb
|
docs: update demo url
|
2023-08-17 07:18:44 +08:00 |
|
RockYang
|
36c5dd7eaa
|
chore: show img_calls num for user profile page
|
2023-08-17 07:09:53 +08:00 |
|
RockYang
|
b84039b506
|
docs: update docs
|
2023-08-17 06:55:11 +08:00 |
|
RockYang
|
fab43097dc
|
feat: add authorization for MidJourney function calls
|
2023-08-16 23:16:44 +08:00 |
|
RockYang
|
c8998ba294
|
chore: update database sql file
|
2023-08-15 22:53:32 +08:00 |
|
RockYang
|
40b2466adc
|
opt: unset timeout for websocket connection
|
2023-08-15 18:29:53 +08:00 |
|
RockYang
|
35fedbe817
|
feat: midjourney image variation function is ready
|
2023-08-15 17:31:02 +08:00 |
|
RockYang
|
827acdd3f9
|
feat: midjourney image upscale function is ready
|
2023-08-15 15:28:40 +08:00 |
|
RockYang
|
6c76086916
|
feat: midjourney drawing image function is ready
|
2023-08-14 17:59:21 +08:00 |
|
RockYang
|
373370fde5
|
feat: add midjourney message receive handler
|
2023-08-14 07:09:52 +08:00 |
|
RockYang
|
2165ba3406
|
feat: add midjouney api implements, optimize function calls
|
2023-08-11 18:46:56 +08:00 |
|
RockYang
|
b0e02b43fc
|
feat: remove wechat bot, replace with api callback for receive wechat payment transactions
|
2023-08-10 17:24:23 +08:00 |
|
RockYang
|
2107c13b3d
|
feat: add samples and function introduce in welcome page
|
2023-08-08 14:19:09 +08:00 |
|
RockYang
|
5f41aecc8d
|
docs: add dashboard image
|
2023-08-07 20:07:05 +08:00 |
|
RockYang
|
6840a13370
|
feat: enabled user to set default GPT model for chat
|
2023-08-04 14:25:54 +08:00 |
|
RockYang
|
8f1e28c0ab
|
feat: chat export function is ready
|
2023-08-04 12:08:07 +08:00 |
|
RockYang
|
7903eed284
|
feat: add chat export button
|
2023-08-03 18:24:30 +08:00 |
|
RockYang
|
0d49ea0d41
|
feat: add rewards statistic in dashboard page
|
2023-08-03 10:19:37 +08:00 |
|
RockYang
|
2ee4db5e48
|
opt: add enabled_msg_service config var to system config database
|
2023-08-03 10:04:45 +08:00 |
|
RockYang
|
48c4789505
|
opt: optimize build script, auto push to aliyun docker hub
|
2023-08-02 18:09:19 +08:00 |
|
RockYang
|
4e65a5b1a1
|
opt: optimize the layout for regiseter page. add function to disable registration
|
2023-08-02 17:44:13 +08:00 |
|
RockYang
|
b09d23f97f
|
feat: the dashboard page is ready for admin console
|
2023-08-02 16:37:47 +08:00 |
|
RockYang
|
3529649ba9
|
refactor: refactor admin console page layout
|
2023-08-02 15:00:18 +08:00 |
|
RockYang
|
fdd659f393
|
fix: fixed bug for chat request's token reach the max token limit for OpenAI
|
2023-08-01 17:58:03 +08:00 |
|
RockYang
|
9eb8da2789
|
feat: new function for add user in manger console user list page
|
2023-08-01 16:02:49 +08:00 |
|
RockYang
|
ffb1ef0470
|
doc: add video tutorial for deploying system
|
2023-08-01 10:15:43 +08:00 |
|
RockYang
|
862c6aea43
|
docs: remove docs for deploy manually
|
2023-07-31 20:04:22 +08:00 |
|
RockYang
|
54fe4b7588
|
opt: optimize the build script and docker-compose yaml file
|
2023-07-31 17:31:02 +08:00 |
|
RockYang
|
c6062ee70e
|
feat: add env var to set log level
|
2023-07-31 08:34:11 +08:00 |
|
RockYang
|
bed184dc1f
|
feat: update system config cache for AppServer when updating system config in admin console
|
2023-07-31 08:13:20 +08:00 |
|
RockYang
|
29094ba3b3
|
add system config cache for AppServer object
|
2023-07-31 06:56:28 +08:00 |
|
RockYang
|
a18188876c
|
feat: allow user to login with username and mobile no
|
2023-07-27 15:37:50 +08:00 |
|
RockYang
|
4faee3e48e
|
fix: deauthorize some apis
|
2023-07-27 10:53:14 +08:00 |
|
RockYang
|
1a6afcd266
|
fix: fix bug for mobile verify code function not available in register page
|
2023-07-27 10:29:59 +08:00 |
|