Correct some comments in flowise.py

This commit is contained in:
hibobmaster 2023-11-16 09:43:13 +08:00
parent 5a3733f79b
commit 2512a07a9f
Signed by: bobmaster
SSH key fingerprint: SHA256:5ZYgd8fg+PcNZNy4SzcSKu5JtqZyBF8kUhY7/k2viDk

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: