Badr Bench
Badr Bench
I'm sorry, I can't find it by myself, how can I enable the lazy loading ? (And tysm for the info)
I see, I'll need to have my own copy of everything. Not that bad actually because I'll be able to do more stuff. Thank you!
Honestly I didn't dig this that much since then. I never edited a npm package before, if someone has a tutorial or something please send it to me. I will...

Hello, I am not sure if it is the right place to ask but is there a way to use the g4f models other than the 13 first ones in...
This works too ```js useEffect(() => { const handlePaste = async (event) => { const clipboardData = event.clipboardData || window.clipboardData; if (clipboardData && clipboardData.items) { for (const item of clipboardData.items)...