Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 添加注册登录&同步聊天数据 #589

Closed
wants to merge 180 commits into from

Commits on Mar 14, 2023

  1. feat: 添加注册登录&同步聊天数据

    Kerwin committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0cccd04 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    436faab View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Merge remote-tracking branch 'github/main'

    # Conflicts:
    #	docker-compose/docker-compose.yml
    #	service/src/index.ts
    #	service/src/middleware/auth.ts
    #	service/src/types.ts
    #	src/store/modules/auth/index.ts
    #	src/store/modules/chat/index.ts
    #	src/views/chat/layout/sider/Footer.vue
    Kerwin committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    1da55f0 View commit details
    Browse the repository at this point in the history
  2. 美化邮箱界面

    LuckyWang6 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    472e06d View commit details
    Browse the repository at this point in the history
  3. Update mail.ts

    LuckyWang6 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    ac1e026 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from luckywangxi/main

    美化邮箱发送验证界面
    Kerwin1202 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    829b9e6 View commit details
    Browse the repository at this point in the history
  5. chore: 更新readme

    Kerwin committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    daa52b8 View commit details
    Browse the repository at this point in the history
  6. fix: 首次打开页面无法滚动倒底部

    perf: 首次打开页面仅加载当前聊天记录
    Kerwin committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    f2d5d3e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. feat: 用户信息管理

    Kerwin committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    785e307 View commit details
    Browse the repository at this point in the history
  2. feat: 自定义标题

    Kerwin committed Mar 19, 2023
    1 Configuration menu
    Copy the full SHA
    e84e7a4 View commit details
    Browse the repository at this point in the history
  3. fix: 页面标题无法替换

    fix: 退出之后未清除本地记录
    Kerwin committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    0271bba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d41f167 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Merge pull request #3 from turbobit/main

    PR for Korean language support as follows
    Kerwin1202 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d3213bb View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat: 前端页面设置ApiKey

    fix: 登录之后默认无法发消息
    Kerwin committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    15e16df View commit details
    Browse the repository at this point in the history
  2. chore: 更新readme

    Kerwin committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4670df4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix: file error

    Kerwin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9322441 View commit details
    Browse the repository at this point in the history
  2. fix: file error

    Kerwin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9eb5e5b View commit details
    Browse the repository at this point in the history
  3. fix: register

    Kerwin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fba52bc View commit details
    Browse the repository at this point in the history
  4. feat: 开启登录

    Kerwin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    5c4259a View commit details
    Browse the repository at this point in the history
  5. fix: tsl switch

    Kerwin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    1540ce9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Merge remote-tracking branch 'github/main'

    # Conflicts:
    #	README.md
    #	service/.env.example
    #	service/src/chatgpt/index.ts
    #	service/src/index.ts
    #	src/api/index.ts
    #	src/components/common/Setting/index.vue
    #	src/locales/en-US.ts
    #	src/locales/zh-CN.ts
    #	src/locales/zh-TW.ts
    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3449032 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'github/main'

    # Conflicts:
    #	README.en.md
    #	README.md
    #	package.json
    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    e8b7de9 View commit details
    Browse the repository at this point in the history
  3. test: 优化邮箱新增测试

    chore: 优化首次打开有些慢的问题
    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    de336b5 View commit details
    Browse the repository at this point in the history
  4. fix: 清理聊天记录的时候无效

    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    ced3648 View commit details
    Browse the repository at this point in the history
  5. fix: miss null

    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7b48303 View commit details
    Browse the repository at this point in the history
  6. fix: build error

    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    d2b04a6 View commit details
    Browse the repository at this point in the history
  7. fix: user info empty

    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    367dfd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50c87d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de45197 View commit details
    Browse the repository at this point in the history
  10. fix: 模板丢失

    fix: 时区不正确
    Kerwin committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    f54b7c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8de040c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7510d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    31754e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b814d3d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Merge pull request #5 from simulacraliasing/main

    feat: 登录注册分为两个标签页,注册增加确认密码输入框,相关本地化
    Kerwin1202 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    562b089 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3333919 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    84b1f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix: 邮箱格式校验

    Kerwin committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cfa8900 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from luckywangxi/patch-2

    添加mongo-gui,在用户管理面板实现之前,实现对用户的暂时管理
    Kerwin1202 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3c566ae View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'github/main'

    # Conflicts:
    #	src/views/chat/layout/sider/List.vue
    Kerwin committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c78d2f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. perf: 优化加载体验

    Kerwin committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e33e5ad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Merge remote-tracking branch 'github/main'

    # Conflicts:
    #	docker-compose/docker-compose.yml
    #	pnpm-lock.yaml
    #	service/pnpm-lock.yaml
    #	service/src/chatgpt/index.ts
    Kerwin committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3dd55c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb5961 View commit details
    Browse the repository at this point in the history
  3. fix: default chat room for first login

    fix: refreshed twice when exiting
    Kerwin committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    fc35035 View commit details
    Browse the repository at this point in the history
  4. perf: 无限加载聊天记录

    fix: 左侧会话无法滚动
    Kerwin committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    612383f View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    717da48 View commit details
    Browse the repository at this point in the history
  2. fix: 概率无法加载消息

    Kerwin committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cc95f02 View commit details
    Browse the repository at this point in the history
  3. fix: 切换会话遮罩层未关闭

    Kerwin committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    8549c15 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Merge remote-tracking branch 'github/main'

    # Conflicts:
    #	README.en.md
    #	README.md
    #	package.json
    #	service/pnpm-lock.yaml
    #	service/src/chatgpt/index.ts
    #	src/components/common/Setting/About.vue
    #	src/locales/en-US.ts
    #	src/locales/zh-CN.ts
    #	src/locales/zh-TW.ts
    Kerwin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c549ef3 View commit details
    Browse the repository at this point in the history
  2. fix: 使API余额查询可用 @luckywangxi #11

    Kerwin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    c982b61 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge branch 'pulls/1851624242/6'

    # Conflicts:
    #	service/src/index.ts
    #	service/src/storage/mongo.ts
    Kerwin committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9da479f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e31755 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from EvanDbg/conversationId

    fix: 网页版在刷新网页后都会新开conversationId
    Kerwin1202 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a84f446 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    97f0fa5 View commit details
    Browse the repository at this point in the history
  2. reformat

    zhujunsan committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    0a23914 View commit details
    Browse the repository at this point in the history
  3. reformat 1

    zhujunsan committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7bf7a74 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Merge pull request #14 from zhujunsan/main

    feat: 重新生成消息时同时保存老的结果
    Kerwin1202 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    dcc40e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. 记录每个请求的 Token 消耗(预估)

    需要升级依赖 chatgpt 到 5.2.0+
    zhujunsan committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    0f6126d View commit details
    Browse the repository at this point in the history
  2. reformat 1

    zhujunsan committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    fa47199 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Merge pull request #15 from zhujunsan/record_usage

    记录每个请求的 Token 消耗(预估)
    Kerwin1202 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    0315da4 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    35a2699 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from turbobit/main

    PR for Korean language support as follows
    Kerwin1202 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3eb9369 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update .env.example

    Add missed configuration
    lsvih committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    06d56e6 View commit details
    Browse the repository at this point in the history
  2. udpate .env.example

    lsvih committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e024746 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from lsvih/patch-1

    Update .env.example
    Kerwin1202 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1987c5d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. chuck 只传输必要信息

    zhujunsan committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    fddd999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0ff2a View commit details
    Browse the repository at this point in the history
  3. fix ts type check

    zhujunsan committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    4bde51f View commit details
    Browse the repository at this point in the history
  4. fix 文本尺寸

    zhujunsan committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    da0eb14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc6aaa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Merge pull request #19 from zhujunsan/main

    支持展示每个回答所用的 token 消耗
    Kerwin1202 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3cf3b9c View commit details
    Browse the repository at this point in the history
  2. chore: improve tip message

    Kerwin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    d0fb6b8 View commit details
    Browse the repository at this point in the history
  3. fix: config error

    Kerwin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    3c9a92e View commit details
    Browse the repository at this point in the history
  4. feat: 添加自定义 temperature 和 top_p (#1260)

    * 在设置的高级面板里自定义temperature和top_p
    
    * change default temperature from 0.8 to 0.5
    
    * pref: 检查代码,增加仅 api 的接口判断
    
    * chore: 锁定 pnpm-lock.yaml
    Kerwin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    796d731 View commit details
    Browse the repository at this point in the history
  5. fix: 调整光标到底部

    chore: optimize code (#1328)
    fix: conversationOptions
    fix: default return in  hook (#1352)
    Kerwin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    62501b6 View commit details
    Browse the repository at this point in the history
  6. chore: 回退光标问题

    Kerwin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    a9ae1ea View commit details
    Browse the repository at this point in the history
  7. fix: 如果超时导致聊天无法正常记录

    Kerwin committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    f25e9c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. feat: 支持敏感词审核

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f82b4ee View commit details
    Browse the repository at this point in the history
  2. fix: missing field

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a52966a View commit details
    Browse the repository at this point in the history
  3. feat: custom sensitive words

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    89951ef View commit details
    Browse the repository at this point in the history
  4. fix: exception when the account does not exist

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    77c8a32 View commit details
    Browse the repository at this point in the history
  5. feat: support password reset

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    f0f1cfb View commit details
    Browse the repository at this point in the history
  6. fix: access token error

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c792148 View commit details
    Browse the repository at this point in the history
  7. fix: fetch balance with proxy

    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    568f428 View commit details
    Browse the repository at this point in the history
  8. fix: reverse proxy save lost

    fix: access token error
    Kerwin committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    8afc235 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix: baidu audit not working (Closes #36)

    Kerwin committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    52ad5bd View commit details
    Browse the repository at this point in the history
  2. fix: markdown 表格内没有换行

    Kerwin committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    807d400 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. feat: support room specific prompt

    fix: mobile login modal (Closes #41)
    Kerwin committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    14c323c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    f4910f3 View commit details
    Browse the repository at this point in the history
  2. fix: cannot chat without logging in (Closes #31)

    Kerwin committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9bf9edf View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. fix: 聊天记录加载异常 (Close #40)

    Kerwin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    c399464 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. 修改yml值属性

    布尔值不允许在yml配置文件中出现,实际使用中也是用的字符串,修改为字符串,直接用docker-compose会报错
    imkratos committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    cc7d3be View commit details
    Browse the repository at this point in the history
  2. fix: 聊天记录概率无法滚动底部

    Kerwin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8240a4b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #70 from imkratos/patch-1

    修改yml值属性
    Kerwin1202 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6c74f84 View commit details
    Browse the repository at this point in the history
  4. chore: time format

    Kerwin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5aaaf41 View commit details
    Browse the repository at this point in the history
  5. chore: nginx防止爬虫爬取配置

    Kerwin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    56c67f0 View commit details
    Browse the repository at this point in the history
  6. fix: change default proxy url

    Kerwin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a3bd540 View commit details
    Browse the repository at this point in the history
  7. chore: chat model

    Kerwin committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    bc27535 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. perf: 优化复制逻辑

    Kerwin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9e2fcf4 View commit details
    Browse the repository at this point in the history
  2. chore: 优化重复注册 (Close #75)

    Kerwin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    65d6f33 View commit details
    Browse the repository at this point in the history
  3. fix: 无法滚动倒底部 (Close #74)

    Kerwin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5b9daba View commit details
    Browse the repository at this point in the history
  4. chore: api or accesstoken

    Kerwin committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    55050ce View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Delete issues_close.yml

    Kerwin1202 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b3796aa View commit details
    Browse the repository at this point in the history
  2. fix: can't save accesstoken (Close #79)

    Kerwin committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    fcf476d View commit details
    Browse the repository at this point in the history
  3. fix: reset password show modal (Close #83)

    Kerwin committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6430a0b View commit details
    Browse the repository at this point in the history
  4. fix: 记录错误信息 (Close #81)

    Kerwin committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4693cd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    3e24157 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge pull request #92 from Sswordq/main

    chatgpt版本从5.2.2回退到5.1.2,原因:gpt4使用token长回复报错
    Kerwin1202 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    6790df2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. chore: chatgpt接口升级5.2.4

    Kerwin committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6c14af8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. chatUsage 中,userId 记录为 ObjectID 类型,以方便之后的 aggregate 等操作

    同时做了一点点微小的 typo fix 和 reformat
    zhujunsan committed May 7, 2023
    Configuration menu
    Copy the full SHA
    e607a69 View commit details
    Browse the repository at this point in the history
  2. 聊天历史由 MongoDB 中获取

    同时关掉 api 依赖库中的缓存
    zhujunsan committed May 7, 2023
    Configuration menu
    Copy the full SHA
    27103b6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Merge pull request #113 from zhujunsan/messageHistoryInMongy

    聊天历史由 MongoDB 中获取
    Kerwin1202 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5b70413 View commit details
    Browse the repository at this point in the history
  2. fix: only root user get config (Close #120)

    Kerwin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1d0c3c6 View commit details
    Browse the repository at this point in the history
  3. fix: 无法删除单条消息 (Close #119)

    Kerwin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    15d9c1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #112 from zhujunsan/kerwin_main

    chatUsage 中,userId 记录改为 ObjectID 类型,以方便之后的 aggregate 等操作
    Kerwin1202 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    cb4b41d View commit details
    Browse the repository at this point in the history
  5. fix: 概率聊天历史未加载

    Kerwin committed May 8, 2023
    Configuration menu
    Copy the full SHA
    3fb11c6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    9737fd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from jamebal/jmal

    使用MongoDB URL里的数据库名称
    Kerwin1202 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f3f9fe7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    32342ba View commit details
    Browse the repository at this point in the history
  2. 优化时间筛选交互

    zhujunsan committed May 17, 2023
    Configuration menu
    Copy the full SHA
    73689a1 View commit details
    Browse the repository at this point in the history
  3. 再次修 typecheck

    zhujunsan committed May 17, 2023
    Configuration menu
    Copy the full SHA
    604755a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Merge pull request #137 from zhujunsan/kerwin_main

    feat: 增加用户使用量统计页面
    Kerwin1202 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    1104844 View commit details
    Browse the repository at this point in the history
  2. feat: 显示AccessToken过期时间(Close #145)

    Kerwin committed May 20, 2023
    Configuration menu
    Copy the full SHA
    a414568 View commit details
    Browse the repository at this point in the history
  3. fix: build error miss module

    Kerwin committed May 20, 2023
    Configuration menu
    Copy the full SHA
    c01eac0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. feat: 允许查看历史响应结果

    Kerwin committed May 21, 2023
    Configuration menu
    Copy the full SHA
    1a39272 View commit details
    Browse the repository at this point in the history
  2. feat: 支持 ios app 的两种模型(Close #147)

    Kerwin committed May 21, 2023
    Configuration menu
    Copy the full SHA
    dae4df5 View commit details
    Browse the repository at this point in the history
  3. fix: 自己的发言时间显示不正确

    Kerwin committed May 21, 2023
    Configuration menu
    Copy the full SHA
    70b3884 View commit details
    Browse the repository at this point in the history
  4. chore: 每个对话上下文关系独立

    Kerwin committed May 21, 2023
    Configuration menu
    Copy the full SHA
    82888b9 View commit details
    Browse the repository at this point in the history
  5. chore: allow users to customize models(Close #142)

    Kerwin committed May 21, 2023
    Configuration menu
    Copy the full SHA
    7d15760 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. feat: users manager

    Kerwin committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f161051 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b120f8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    9bee766 View commit details
    Browse the repository at this point in the history
  2. fix: admin role error (Close #158)

    Kerwin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ebd5df8 View commit details
    Browse the repository at this point in the history
  3. chore: set user role

    fix: register failed (Close #160)
    Kerwin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0c2cef6 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Kerwin1202 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ab07c60 View commit details
    Browse the repository at this point in the history
  5. fix: keys miss chat model

    Kerwin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    30c77e7 View commit details
    Browse the repository at this point in the history
  6. fix: the specified model is invalid

    Kerwin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    41ba873 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. chore: allow delete user

    Kerwin committed May 24, 2023
    Configuration menu
    Copy the full SHA
    98f2807 View commit details
    Browse the repository at this point in the history
  2. fix: 尝试修复mongo版本问题 (Close #170)

    Kerwin committed May 24, 2023
    Configuration menu
    Copy the full SHA
    75f53dc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. chore: remark (Close #171)

    Kerwin committed May 25, 2023
    Configuration menu
    Copy the full SHA
    92d95b0 View commit details
    Browse the repository at this point in the history
  2. chore: 敏感词提示

    Kerwin committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a7b3732 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. fix: 无法保存基本设置(Close #190)

    Kerwin committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0648186 View commit details
    Browse the repository at this point in the history
  2. chore: 增加用户组 (Close #180)

    Kerwin committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2085d90 View commit details
    Browse the repository at this point in the history
  3. style: 底部滚动条 (Close #186)

    Kerwin committed May 27, 2023
    Configuration menu
    Copy the full SHA
    8f2e17a View commit details
    Browse the repository at this point in the history
  4. fix: api 同时间支持多人 (Close #169)

    Kerwin committed May 27, 2023
    Configuration menu
    Copy the full SHA
    b826368 View commit details
    Browse the repository at this point in the history
  5. feat: support real stop response (Close #157)

    fix: access token, after the first chat, refreshing the page makes it impossible to continue talking
    Kerwin committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9f2f5c3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. fix: 尝试修复刷新页面无法滚动底部

    Kerwin committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a6f7bc0 View commit details
    Browse the repository at this point in the history
  2. fix: unable to load chat records after logging in to safari(Close #194)

    fix: error message when not logged in (Close #193)
    Kerwin committed May 28, 2023
    Configuration menu
    Copy the full SHA
    05685d1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. fix: clear cache after delete key (Close #197)

    Kerwin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    3d1994b View commit details
    Browse the repository at this point in the history
  2. chore: 繁体翻译

    Kerwin committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5a2b929 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. fix: 优化随机key的逻辑 (Close #204)

    Kerwin committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    3c682c6 View commit details
    Browse the repository at this point in the history
  2. fix: access token 模式多 key (Close #203)

    Kerwin committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    43bd5cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cf7461 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    698829e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Merge pull request #216 from popcell/fix-limiter-ip

    fix: 多层代理导致ip获取错误,限流失效
    Kerwin1202 committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    314989d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from popcell/feat-auth-limiter

    feat: 实现用户登录权限相关接口的限流(登录、注册、发送邮件等等)
    Kerwin1202 committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    fb65b3e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Update docker-compose.yml

    Kerwin1202 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    43f553c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. fix: 手机版样式 (Close #227)

    Kerwin committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    89552f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. chore: 新增模型 (Close #243)

    Kerwin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    570ccef View commit details
    Browse the repository at this point in the history
  2. fix: 手机版样式 (Close #227)

    Kerwin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    dff17a9 View commit details
    Browse the repository at this point in the history
  3. Update max_token for 16k

    liantian-cn committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6a330bc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix: error chat model (Close #247)

    Kerwin committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    dc962d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from liantian-cn/main

    Update max_token for 16k
    Kerwin1202 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    259847b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    2f60dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397e5f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    d28de1b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge pull request #268 from Fanlu91/fix_button

    fix: Failed to resolve component NButton
    Kerwin1202 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    af2f07b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #260 from Fanlu91/fix_fetchChatAPI

    fix: remove unused fetchChatAPI
    Kerwin1202 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    204055c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. chore: gpt-3.5-turbo-16k-0613 (Close #257)

    Kerwin committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d1b3d83 View commit details
    Browse the repository at this point in the history
  2. chore: show description (Close #273)

    Kerwin committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    de0b5ec View commit details
    Browse the repository at this point in the history
  3. fix: 不能验证删除的用户

    Kerwin committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    378dac7 View commit details
    Browse the repository at this point in the history
  4. docs: 减少初始环境变量

    Kerwin committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7bd68a3 View commit details
    Browse the repository at this point in the history
  5. chore: button size

    Kerwin committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d2e2082 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. chore: allow add new user (Close #286)

    Kerwin committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6665170 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    d067727 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    cf88467 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. feat: fixed model for each chat room (Close #300)

    Kerwin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    d1f1844 View commit details
    Browse the repository at this point in the history
  2. chore: show user role (Close #302)

    Kerwin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1de68dd View commit details
    Browse the repository at this point in the history
  3. fix: show real user role

    Kerwin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c46c54c View commit details
    Browse the repository at this point in the history
  4. fix: allow close login modal

    Kerwin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4c33187 View commit details
    Browse the repository at this point in the history