summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Koala.py
diff options
context:
space:
mode:
authorzukixa <56563509+zukixa@users.noreply.github.com>2024-08-29 08:03:32 +0200
committerzukixa <56563509+zukixa@users.noreply.github.com>2024-08-29 08:03:32 +0200
commitbda2d679275ebd6bc2a3aa84f8fbc93967bead63 (patch)
tree8a36ace98ab138e1eff134a5ed8891fd3c817b5b /g4f/Provider/Koala.py
parent8 providers improved (diff)
downloadgpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.tar
gpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.tar.gz
gpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.tar.bz2
gpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.tar.lz
gpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.tar.xz
gpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.tar.zst
gpt4free-bda2d679275ebd6bc2a3aa84f8fbc93967bead63.zip
Diffstat (limited to '')
-rw-r--r--g4f/Provider/Koala.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Koala.py b/g4f/Provider/Koala.py
index c708bcb9..6b2d02c3 100644
--- a/g4f/Provider/Koala.py
+++ b/g4f/Provider/Koala.py
@@ -4,7 +4,7 @@ import json
from typing import AsyncGenerator, Optional, List, Dict, Union, Any
from aiohttp import ClientSession, BaseConnector, ClientResponse
-from ..typing import AsyncResult, Messages
+from ..typing import Messages
from .base_provider import AsyncGeneratorProvider
from .helper import get_random_string, get_connector
from ..requests import raise_for_status