gyulukeyi commited on
Commit
6401f5b
1 Parent(s): c98a0a3

updated inference endpoint address

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-312.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-312.pyc ADDED
Binary file (1.97 kB). View file
 
app.py CHANGED
@@ -4,7 +4,7 @@ from openai import OpenAI
4
 
5
 
6
  client = OpenAI(
7
- base_url="https://ueecxhqta9umllae.us-east-1.aws.endpoints.huggingface.cloud/v1/",
8
  api_key=os.environ.get("hf_token"),
9
  )
10
 
 
4
 
5
 
6
  client = OpenAI(
7
+ base_url="https://yo4x63mj3sbmgpwc.us-east-1.aws.endpoints.huggingface.cloud/v1/",
8
  api_key=os.environ.get("hf_token"),
9
  )
10