awacke1 commited on
Commit
9a65397
·
1 Parent(s): ba7a4be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ load_dotenv()
7
  import openai
8
 
9
  openai.api_key = os.getenv('OPENAI_API_KEY')
10
-
11
  # Read this, https://blog.futuresmart.ai/building-a-gpt-4-chatbot-using-chatgpt-api-and-streamlit-chat
12
 
 
7
  import openai
8
 
9
  openai.api_key = os.getenv('OPENAI_API_KEY')
10
+ # keys are here: https://platform.openai.com/auth/callback?code=ReZ4izEw0DwkUKrHR-Opxr5AMMgo9SojxC9pNHQUcjD6M&state=OGZFNDJmLlJGNlIwOUxlakpXZkVFfjNxNy02ZlFtLWN4eUcuOXJobXouSQ%3D%3D#
11
  # Read this, https://blog.futuresmart.ai/building-a-gpt-4-chatbot-using-chatgpt-api-and-streamlit-chat
12