From 2512a07a9fc95d178f4d2256201031258733215f Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:43:13 +0800 Subject: [PATCH] Correct some comments in flowise.py --- src/flowise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flowise.py b/src/flowise.py index 9acd61d..aec1dfc 100644 --- a/src/flowise.py +++ b/src/flowise.py @@ -10,7 +10,7 @@ async def flowise_query( Args: api_url (str): The URL of the Flowise API. prompt (str): The question to ask the API. - session (aiohttp.ClientSession): The aiohttp session to use. + session (httpx.AsyncClient): The httpx session to use. headers (dict, optional): The headers to use. Defaults to None. Returns: