FaustoNisida / Chatbot-Long-Short-Term-Memory

GPT-3 Chatbot with Long and Short Term Memory and advanced logic built in javascript with openai API - short and long memory, KYC, embeddings, openai, database, flexible, gpt-3.5-turbo, react
162 stars 36 forks source link

Use without Google Oauth #1

Closed BurnsGG closed 1 year ago

BurnsGG commented 1 year ago

I wanted to test the code without Google services. My API key is correct.

   if(!user) {
      return alert('To initiate a conversation with the bot, please log in first.');
    }

So I removed this code is this okay?

BurnsGG commented 1 year ago

I learned how to use google auth.

FaustoNisida commented 1 year ago

I learned how to use google auth.

I'm happy to hear it. Feel free to ask again if you have a new issue!