benspigel commited on
Commit
9c3ed64
·
1 Parent(s): 3a76aff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  api_key = os.environ.get('SECRET_TOKEN')
7
 
8
  # Initialize the OpenAI client with your API key
9
- client = openai.OpenAI(api_key=api_key)
10
 
11
  # Store conversation history
12
  conversation_history = []
 
6
  api_key = os.environ.get('SECRET_TOKEN')
7
 
8
  # Initialize the OpenAI client with your API key
9
+ client = OpenAI.OpenAI(api_key=api_key)
10
 
11
  # Store conversation history
12
  conversation_history = []