sumangvs commited on
Commit
4b8f34a
·
verified ·
1 Parent(s): 35dc145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from dotenv import load_dotenv
8
  load_dotenv()
9
 
10
  # Initialize OpenAI client
11
- openai.api_key = os.getenv("sumang_openai_key")
12
 
13
  # Define function to get current weather
14
  def get_current_weather(location, unit='celsius'):
 
8
  load_dotenv()
9
 
10
  # Initialize OpenAI client
11
+ openai.api_key = os.getenv("MY_OPENAI_KEY")
12
 
13
  # Define function to get current weather
14
  def get_current_weather(location, unit='celsius'):