#GPT-3.5 in the Frontend Without API Keys
1 messages · Page 1 of 1 (latest)
interesting
Thank you. It's an alternative to the "Log in with OpenAI"
How does this work? What's the UX for end users? Does it support streaming mode?
puter.ai.chat(`What color was Napoleon's white horse?`).then((response) => {
puter.print(response);
});
That looks like it gives a buffered response
"Log in with OpenAI"
Is that actually a thing now?
No it's not. That's part of the reason we built this!
@rustic badger here's a demo: https://docs.puter.com/playground/