Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ load_dotenv()
|
|
9 |
|
10 |
# initialize the client
|
11 |
client = OpenAI(
|
12 |
-
base_url="https://
|
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 |
|