ambrosfitz commited on
Commit
a31b888
·
verified ·
1 Parent(s): d325e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-7s8jgnq1difeuy/openai/v1",
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):