Skip to content

Commit

Permalink
[Fix] update privateai endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daggx committed May 7, 2024
1 parent 16cda7e commit 25f08c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edenai_apis/apis/privateai/privateai_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, api_keys: Dict = {}) -> None:
ProviderDataEnum.KEY, self.provider_name, api_keys=api_keys
)
self.api_key = self.api_settings["api_key"]
self.url = "https://api.private-ai.com/deid/"
self.url = "https://api.private-ai.com/cloud/"
self.headers = {
"Content-Type": "application/json",
"X-API-KEY": self.api_key,
Expand Down

0 comments on commit 25f08c1

Please sign in to comment.