Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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
|