Skip to content

Commit b1a5e97

Browse files
committed
v1 -> v2
1 parent 75f3a74 commit b1a5e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/laas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def jira_summary_generator(hash, params: dict):
2222
"""
2323
Wanted LaaS API 중 Jira 생성기를 호출합니다.
2424
"""
25-
return call_wanted_api('POST', '/api/preset/chat/completions', json={
25+
return call_wanted_api('POST', '/api/preset/v2/chat/completions', json={
2626
"hash": hash,
2727
"params": params,
2828
})

0 commit comments

Comments
 (0)