iAmIlluminati

Results 5 comments of iAmIlluminati

I am still having error, can you take a look at my code ? I am having the self is not defined error ``` import dynamic from 'next/dynamic'; import {...

I moved the ffmpeg logic outside of component and added it as a util function which loads only when the window is defined. It works for me.

Calling this function if DOM window is defined. const initializeFFmpegInstance = async (logs = false) => { const ffmpeg = new FFmpeg(); const baseURL = 'https://unpkg.com/@ffmpeg/[email protected]/dist/umd'; await ffmpeg.load({ coreURL: `${baseURL}/ffmpeg-core.js`,...

I tried replicating this with newer version of packages. langchain 0.0.320 langchain-experimental 0.0.8 langdetect 1.0.9 langflow 0.5.8 langfuse 1.9.2 langsmith 0.0.66 The updates in LangFuse dashboard were instantaneous. But the...

Thanks Fangjun. Will check those build scripts again. I started sherpa-onnx builds and it was surprisingly easy to swap the models and compile to new bundles with diff models. But...