Max Leiter
Max Leiter
> But then, even with autoconnect, it could still be harmful to use URL params to connect to unwanted networks, so maybe disable URL params when autoconnect is enabled. I...
That’s already possible. Use ‘?nick=’
You'll need to handle this with your own code, as streaming can be performance / model dependent.
Thanks for the fix. I can't access your branch to push the change, but running `pnpm prettier-{fix,check}` found the error: ```diff - tc => + tc => ``` There's a...
Can you use `setMessages(gptMesssages)` in an effect?
We definitely intend to support `useAssistant` in all the frameworks. PRs helping us achieve that would be appreciated!
@nsijwali did you try removing `installGlobals`? I'm closing this as it seems like a Remix-related bug more than an AI SDK one.
Good timing, I just set to work on a next 13 rewrite of the front-end. In the current setup there are some issues with static site generation relying on the...
Thanks for the report, I need to update the instructions. In the meantime you can use `pnpm prisma db push` to generate and push the DB to your remote.
Would a custom provider with next-auth work? https://next-auth.js.org/v3/configuration/providers#using-a-custom-provider