Correct some comments in flowise.py

This commit is contained in:
hibobmaster 2023-11-16 09:43:13 +08:00
parent 5a3733f79b
commit 2512a07a9f
No known key found for this signature in database

View File

@ -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: