Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import openai
|
|
| 4 |
# Initialize the OpenAI client with your proxy API
|
| 5 |
client = openai.OpenAI(
|
| 6 |
api_key= openai_api_key,
|
| 7 |
-
base_url="https://
|
| 8 |
)
|
| 9 |
|
| 10 |
# Function to handle predictions
|
|
|
|
| 4 |
# Initialize the OpenAI client with your proxy API
|
| 5 |
client = openai.OpenAI(
|
| 6 |
api_key= openai_api_key,
|
| 7 |
+
base_url="https://aigptx.top/"
|
| 8 |
)
|
| 9 |
|
| 10 |
# Function to handle predictions
|