Colin Chen

Results 5 comments of Colin Chen

i have the same question...and how do i to install baksmali?

> OpenAI automatically stores the assistant messages (the OpenAI assistant API is stateful). You can retrieve them with their API: https://platform.openai.com/docs/api-reference/messages/getMessage > > Would that help with your use case?...

I come to my react native project root directory, run these command ``` rm -rf ~/Library/Developer/Xcode/DerivedData xcrun simctl erase all rm -rf node_modules npm install npx react-native start --reset-cache ```...

I found that the count might be normal ![image_2023-04-26_18-34-25](https://user-images.githubusercontent.com/43769288/234742049-93daa93b-83b6-44e4-b643-4ad2ac44d571.png) But the n_segments are 0, this is wrong ![image_2023-04-26_18-57-42](https://user-images.githubusercontent.com/43769288/234742119-f9b1b130-3570-435a-a364-0ee7ddd5a3d2.png) Actually, I met the same situation (n_segments = 0) when I use...

Thanks, my process is to download the audio file in webm format, then use ffmpeg-kit-react-native to convert it into the same metadata as jfk.wav, it still doesn't work...