Leonardo R. Dias

Results 5 comments of Leonardo R. Dias

@jungsikjeong, you can achieve it by importing the `motion` API from `import * as motion from "motion/react-client";` This is mentioned on the `motion` doc's page - https://motion.dev/docs/react-motion-component It's kind of...

> @leoreisdias Thanks for solving this! Do you think there's some way we could make this more obvious? Maybe it'd be clearer with a specific integration guide like we have...

> > @jungsikjeong, you can achieve it by importing the `motion` API from `import * as motion from "motion/react-client";` > > This is mentioned on the `motion` doc's page -...

> > > > @jungsikjeong, you can achieve it by importing the `motion` API from `import * as motion from "motion/react-client";` > > > > This is mentioned on the...

Right now this issue is related to #4082 . Both OpenAI and Google's APIs use WebSocket for real-time streaming. OpenAI's API streams text, while Google's supports multiple data types like...