Skip to content

Commit 2ee8149

Browse files
committed
fix: Route on DeepNews sync
1 parent 62c0248 commit 2ee8149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asknews_sdk/api/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def get_deep_news(
596596
"""
597597
response = self.client.request(
598598
method="POST",
599-
endpoint="/v1/chat/deepnews/agent",
599+
endpoint="/v1/chat/deepnews",
600600
body=CreateDeepNewsRequest(
601601
messages=messages,
602602
model=model,

0 commit comments

Comments
 (0)