CosmoAI commited on
Commit
dc3fe63
·
1 Parent(s): fbf2521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from dotenv import load_dotenv
7
 
8
  load_dotenv()
9
 
10
- bardKey = os.environ.get('_BARD_API_KEY')
11
 
12
  def bardChat(data):
13
  # Create a session object using the requests library
 
7
 
8
  load_dotenv()
9
 
10
+ bardKey = os.environ.get('token')
11
 
12
  def bardChat(data):
13
  # Create a session object using the requests library