LuxOAI commited on
Commit
883f196
1 Parent(s): 7c3ee06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  import os
5
 
6
  # Retrieve the OpenAI API key from environment variables
7
- openai_api_key = os.getenv("NearAI")
8
  openai.api_key = openai_api_key
9
 
10
  # Initialize Hugging Face client
 
4
  import os
5
 
6
  # Retrieve the OpenAI API key from environment variables
7
+ openai_api_key = os.getenv("NEAR-1")
8
  openai.api_key = openai_api_key
9
 
10
  # Initialize Hugging Face client