We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061f5e1 commit a911601Copy full SHA for a911601
src/prompt_foundry_python_sdk/_client.py
@@ -94,7 +94,7 @@ def __init__(
94
if base_url is None:
95
base_url = os.environ.get("PROMPT_FOUNDRY_BASE_URL")
96
97
- base_url = f"https://api.promptfoundry.ai/sdk/v1"
+ base_url = f"https://api.promptfoundry.ai"
98
99
super().__init__(
100
version=__version__,
@@ -268,7 +268,7 @@ def __init__(
268
269
270
271
272
273
274
0 commit comments