fullstack commited on
Commit
6421222
·
1 Parent(s): f231295
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  import os
4
 
5
  # Set up the API endpoint and key
6
- API_URL = "https://api.runpod.ai/v2/vllm-2lzb7pk51fq0wd/openai/v1/chat/completions"
7
  API_KEY = os.getenv("RUNPOD_API_KEY") # Make sure to set this in your Hugging Face Space secrets
8
 
9
  headers = {
 
3
  import os
4
 
5
  # Set up the API endpoint and key
6
+ API_URL = os.getenv("BASE_URL")
7
  API_KEY = os.getenv("RUNPOD_API_KEY") # Make sure to set this in your Hugging Face Space secrets
8
 
9
  headers = {