withbotshq / botsapp

An app to make personalized AI bots and chat with them
https://withbots.app/
21 stars 0 forks source link

Don't make API requests when OpenAI key is missing #37

Open max opened 1 year ago

max commented 1 year ago

Right now, we show a local system message when you send a message without having an OpenAI API key. The error returned is an OpenAI API error. We should not submit the request and just tell you to set the API key with a button that opens the settings panel.