Skip to content

Commit 78d028a

Browse files
fix: update missing versioning for prompt engine path.
1 parent bbe893d commit 78d028a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jigsawstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def __init__(
137137

138138
self.prompt_engine = PromptEngine(
139139
api_key=api_key,
140-
api_url=api_url,
140+
api_url=api_url + "/v1",
141141
disable_request_logging=disable_request_logging,
142142
)
143143

0 commit comments

Comments
 (0)