I just spent ten minutes in Claude-3.5 Sonnet spinning up this little interactive streaming chat app to play around with the latest Google Gemini models - notes and prompts here: https://simonwillison.net/2024/Aug/27/gemini-chat-app/
I just spent ten minutes in Claude-3.5 Sonnet spinning up this little interactive streaming chat app to play around with the latest Google Gemini models - notes and prompts here: https://simonwillison.net/2024/Aug/27/gemini-chat-app/ 2 comments
@simon Very cool! It's interesting how it doesn't wrap the inputs and buttons in a `<form>`, though. Might be something I wish the model just knew. |
Here's the Claude transcript - I started by pasting in some example code for a Node.js streaming app and effectively told Claude to guess how to port that to run in a browser instead, by including a snippet of my own code that I used to manage API keys using localStorage https://gist.github.com/simonw/498a66c1c4b5053a6dfa2015c3675e24