BarrySong

Results 7 comments of BarrySong

怎么解决的是啥问题,能说一下吗,我nodejs发送请求也遇到这个问题,主要是4-vision-preview就会有这种问题,回答的内容只有一部分,其他模型都是好的。

> 怎么解决的是啥问题,能说一下吗,我nodejs发送请求也遇到这个问题,主要是4-vision-preview就会有这种问题,回答的内容只有一部分,其他模型都是好的。 我在官方论坛找到问题了 ![image](https://github.com/songquanpeng/one-api/assets/23427423/2ebdc513-0788-4c15-9299-a909ff38e345) 这个模型必须指定token数量

same as yours, didn't show any thing on the screen even dont hava a error msg;

keyof T extends never this is crazy man. I like it.

> hello, can you provide the code and options you used? I have the same issue, I just used example code in electron. ```typescript const pcm = read_wav(audioPath); // Initialize...

After I modified the code in whisper.cpp, I set dtw_token_timestamps false. I can use it in a nodejs script, But I can't use it in electron. ----------------------------- it turns out...

```tsx refresherEnabled refresherTriggered={refreshState} onRefresherRefresh={() => { setRefreshState(true); fetchData(false, 1); setTimeout(() => { setRefreshState(false); }); }} ```