Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import time
|
|
7 |
api_key = os.environ.get("RUNPOD_API_KEY") # Make sure your API key is correctly configured
|
8 |
client = OpenAI(
|
9 |
api_key=api_key,
|
10 |
-
base_url="https://api.runpod.ai/v2/vllm-
|
11 |
)
|
12 |
|
13 |
def get_response(user_message, history, verbosity):
|
|
|
7 |
api_key = os.environ.get("RUNPOD_API_KEY") # Make sure your API key is correctly configured
|
8 |
client = OpenAI(
|
9 |
api_key=api_key,
|
10 |
+
base_url="https://api.runpod.ai/v2/vllm-7qv2y0eahsmnmc/openai/v1",
|
11 |
)
|
12 |
|
13 |
def get_response(user_message, history, verbosity):
|