This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
Releases: rxliuli/ai-assist
Releases · rxliuli/ai-assist
openai-apilyzer-chrome-plugin@0.1.0
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.
Usage
- Install this extension
- Open and login https://platform.openai.com/
- Click the extension icon
- Choose a time range and download the CSV file.
chat@0.5.7
本地更新主要是想调查如何避免 api 调用的超大记录,最大的一条超过 150k
- perf: 尝试不缓存 OpenAI client 实例,避免 context 过长(超过 150k)-- 等待下周验证
- fix: 修复 textarea 输入抖动问题
- fix: 修复输入框回车后没有重新计算高度的错误
- fix: 修正一些数据库查询的问题
- style: 禁止选中会话文字