mrbeliever commited on
Commit
b1b3c46
·
verified ·
1 Parent(s): 959bf3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from openai import OpenAI
5
  # Initialize the Nebius OpenAI client
6
  client = OpenAI(
7
  base_url="https://api.studio.nebius.ai/v1/",
8
- api_key=os.getenv("NEBIUS_API_KEY"),
9
  )
10
 
11
  # Function to process input and return the response
 
5
  # Initialize the Nebius OpenAI client
6
  client = OpenAI(
7
  base_url="https://api.studio.nebius.ai/v1/",
8
+ api_key=os.getenv("OPENAI_API_KEY"),
9
  )
10
 
11
  # Function to process input and return the response