langchain_community.chat_models.baichuan
.aconnect_httpx_sse¶
- langchain_community.chat_models.baichuan.aconnect_httpx_sse(client: Any, method: str, url: str, **kwargs: Any) AsyncIterator [来源]¶
用于连接 SSE 流的异步上下文管理器。
- 参数
client (Any) – httpx 客户端。
method (str) – HTTP 方法。
url (str) – 要连接的 URL。
kwargs (Any) – 传递给客户端的附加关键字参数。
- 生成
一个 EventSource 对象。
- 返回类型
AsyncIterator