Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ load_dotenv()
|
|
15 |
|
16 |
# initialize the client
|
17 |
client = OpenAI(
|
18 |
-
base_url="https://
|
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 |
)
|