burak commited on
Commit
2b91f70
1 Parent(s): 9c75f23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ load_dotenv()
9
 
10
  # initialize the client
11
  client = OpenAI(
12
- base_url="https://hbzt3461o9xzjqxb.us-east-1.aws.endpoints.huggingface.cloud/v1/",
13
  api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')#"hf_xxx" # Replace with your token
14
  )
15
 
 
9
 
10
  # initialize the client
11
  client = OpenAI(
12
+ base_url="https://wzmh05cfg7kqctcc.us-east-1.aws.endpoints.huggingface.cloud/v1/",
13
  api_key=os.environ.get('HUGGINGFACEHUB_API_TOKEN')#"hf_xxx" # Replace with your token
14
  )
15