mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
quick fix for Conflicts
This commit is contained in:
parent
2341b7ef9d
commit
b377931334
2 changed files with 3 additions and 4 deletions
|
|
@ -5,9 +5,9 @@ import re
|
|||
import logging
|
||||
from aiohttp import ClientSession
|
||||
|
||||
from ...typing import AsyncResult, Messages
|
||||
from ..base_provider import AsyncGeneratorProvider, ProviderModelMixin
|
||||
from ..helper import format_prompt
|
||||
from ..typing import AsyncResult, Messages
|
||||
from .base_provider import AsyncGeneratorProvider, ProviderModelMixin
|
||||
from .helper import format_prompt
|
||||
|
||||
|
||||
class Ai4Chat(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
from .Ai4Chat import Ai4Chat
|
||||
from .AI365VIP import AI365VIP
|
||||
from .AIChatFree import AIChatFree
|
||||
from .AiChatOnline import AiChatOnline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue