drmasad commited on
Commit
31ee503
·
verified ·
1 Parent(s): 138a296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ load_dotenv()
15
 
16
  # initialize the client
17
  client = OpenAI(
18
- base_url="https://api-inference.huggingface.co/v1",
19
  # "hf_xxx" # Replace with your token
20
  api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')
21
  )
 
15
 
16
  # initialize the client
17
  client = OpenAI(
18
+ base_url="https://p7fw46eiw6xfkxvj.us-east-1.aws.endpoints.huggingface.cloud/v1/",
19
  # "hf_xxx" # Replace with your token
20
  api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')
21
  )