Skip to content

Commit

Permalink
Ai4Chat not working
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Nov 15, 2024
1 parent f65ebd9 commit 66d3cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
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

logger = logging.getLogger(__name__)

Expand Down
3 changes: 2 additions & 1 deletion g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

from dataclasses import dataclass

from .Provider.not_working import Ai4Chat

from .Provider import IterListProvider, ProviderType
from .Provider import (
Ai4Chat,
AIChatFree,
Airforce,
AIUncensored,
Expand Down

0 comments on commit 66d3cec

Please sign in to comment.