givebest

Results 53 comments of givebest
trafficstars

1. 内容来源的我们学习一下,看技术上怎么实现; 2. 这个需要服务器保留向量,我们讨论一下这个方案。

Try using the ChatGPT WebApp in options and selecting turbo-3.5.

Glarity 总结依赖转录字幕,短视频一般没有转录字幕,目前还没有较好的方法去支持短视频。

> @givebest 是否考虑过语音先转文字,比如用 Whisper 的 API。我看一些收费的浏览器扩展有这个打算 [JimmyLv/BibiGPT#66](https://github.com/JimmyLv/BibiGPT/issues/66) > > 看好这个开源免费的项目,作者加油呀 语音转文字再总结,这个功能暂停了(1天消耗$100的费用),我们在考虑怎么合理的整合在一起。

Sorry, we don't have a recurrence, any error messages?

We use the GPT-4 model to work.did you check the ChatGPT website login successfully?

Our tests show that it is not needed and Glarity still works when you close the ChatGPT page.

We have fixed the GPT-4 API mode not working issue, try it here: https://github.com/sparticleinc/chatgpt-google-summary-extension/blob/main/packages/Glarity-chromium-beta.zip

Sorry, the MacOS platform review was rejected and we have resubmitted it.

We have made improvements in two areas: 1. set different tokens depending on the model. ``` export const modelMaxToken = { 'gpt-3.5-turbo': 4096. 'gpt-3.5-turbo-0301': 4096. 'gpt-4': 8192. 'gpt-4-0314': 8192. 'gpt-4-32k':...