Nutlope / twitterbio

Generate your Twitter bio with Mixtral and GPT-3.5.
https://www.twitterbio.io
MIT License
1.66k stars 465 forks source link

Use useChat hook with multiple input fields? #53

Open meera opened 11 months ago

meera commented 11 months ago

I observe that when the bio field remains the same and only vibes change, the form doesn't get submitted. This may be because handleInputChange is tied only to the bio text field.

Is there a way to track multiple field updates?