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 75f3a74 commit b1a5e97Copy full SHA for b1a5e97
middleware/laas/__init__.py
@@ -22,7 +22,7 @@ def jira_summary_generator(hash, params: dict):
22
"""
23
Wanted LaaS API 중 Jira 생성기를 호출합니다.
24
25
- return call_wanted_api('POST', '/api/preset/chat/completions', json={
+ return call_wanted_api('POST', '/api/preset/v2/chat/completions', json={
26
"hash": hash,
27
"params": params,
28
})
0 commit comments