Yoshiki Miura

Results 130 comments of Yoshiki Miura

> see Replicate.com as similar to Huggingface with a limited free tier then pay-for-speed / performance, etc. Is there a tier difference I'm missing? I have no differences in understanding....

Thank you for checking it right away. It's defined in `/src/utils/constants.ts`. https://github.com/miurla/babyagi-ui/blob/main/src/utils/constants.ts#L8-L20 The `name` here is used as a display name. In the LLM invocation, the `modelName` is passed the...

I'm glad to hear that! It would be extremely helpful! Can you please try it once? I’ll support you anytime.

Together.ai looks good. The call to LLM in BabyAGI-UI is done using LangChain. I checked for support and it seems to be in progress. https://github.com/hwchase17/langchainjs/issues/2284 If it gets merged soon,...

@lgrammel I have the same issue. I created a minimum project with the example code in the [docs](https://sdk.vercel.ai/docs/concepts/ai-rsc) and verified it. https://github.com/miurla/my-ai-app/blob/68fcd6540db4a4652093c0ae621a87367471fdcb/app/page.tsx#L7-L8 Is it correct to set `export const runtime...

@lgrammel Thank you for your quick response! I tried it, but it's not working. https://github.com/miurla/my-ai-app/blob/main/app/page.tsx#L8

## Additional information By removing `use client` from page.tsx and setting `export const dynamic = 'force-dynamic'`, streaming started working. However, a client-side exception occurs. https://github.com/miurla/morphic/blob/test-stream/app/page.tsx#L3

> There was a bug up until 14.2.2 with streaming + server actions + Node.js that has since been resolved. https://github.com/miurla/morphic/pull/5#issuecomment-2100788459 This issue seems to have been caused by a...

`OPENAI_API_KEY` and `TAVILY_API_KEY` aren't optional values. If they are not set, an error will occur. https://github.com/miurla/morphic?tab=readme-ov-file#3-fill-out-secrets Please refer to the Note. > Note: This project focuses on Generative UI and...

@albertdbio Awesome! How cool are you. Just like the image section, I want to add a video section and create a component that embeds YouTube. I think it'd be best...