Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Releases: rxliuli/ai-assist

openai-apilyzer-chrome-plugin@0.1.0

26 Apr 05:24
Compare
Choose a tag to compare

This is a Chrome extension that exports the usage data of the OpenAI API to a CSV file, which can be further analyzed in Excel.

image

Usage

  1. Install this extension
  2. Open and login https://platform.openai.com/
  3. Click the extension icon
  4. Choose a time range and download the CSV file.

image

chat@0.5.7

26 Apr 14:20
Compare
Choose a tag to compare

本地更新主要是想调查如何避免 api 调用的超大记录,最大的一条超过 150k

  • perf: 尝试不缓存 OpenAI client 实例,避免 context 过长(超过 150k)-- 等待下周验证
  • fix: 修复 textarea 输入抖动问题
  • fix: 修复输入框回车后没有重新计算高度的错误
  • fix: 修正一些数据库查询的问题
  • style: 禁止选中会话文字

chat@0.5.4

06 Apr 16:34
Compare
Choose a tag to compare

支持了将之前的本地数据同步至线上,后续所有数据都可以跨端同步了

changelog

  • feat: 实现同步本地会话到远端
  • perf: 返回会话、消息列表时删除无用的字段
  • docs: update build config
  • docs: 更新开发文档

image

chat@0.5.3

04 Apr 17:23
Compare
Choose a tag to compare
  • feat: 在注册页面给出更好的提示信息
  • feat: 实现重置密码的功能

image

image