#GPT-3.5 in the Frontend Without API Keys

1 messages · Page 1 of 1 (latest)

void nexus
rustic badger
#

interesting

void nexus
#

Thank you. It's an alternative to the "Log in with OpenAI"

rustic badger
#

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

rustic badger
#

"Log in with OpenAI"

Is that actually a thing now?

void nexus