How do I update the useChat config? #2263
Unanswered
jonasfroeller
asked this question in
Help
Replies: 2 comments 6 replies
-
What do you mean by updating the "useChat" config? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same question... I think I need to reactively pass a value into the useChat option and get the updated useChat return value. I'm using svelte 5, does anyone know how to do this? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am both new to nuxt and vue and I am currently writing a chatapp using nuxt, where you should be able to chat with different models. I currently rerender the whole component everytime I select a different model, by passing the selected model as property.
Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions