We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aacc80 + 86d26bb commit a846670Copy full SHA for a846670
1 file changed
jigsawstack/__init__.py
@@ -137,7 +137,7 @@ def __init__(
137
138
self.prompt_engine = PromptEngine(
139
api_key=api_key,
140
- api_url=api_url,
+ api_url=api_url + "/v1",
141
disable_request_logging=disable_request_logging,
142
)
143
@@ -260,7 +260,7 @@ def __init__(
260
261
self.prompt_engine = AsyncPromptEngine(
262
263
264
265
266
0 commit comments