mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix ChatgptAi Provider
This commit is contained in:
parent
78f93bb737
commit
fc15181110
3 changed files with 48 additions and 40 deletions
|
|
@ -6,7 +6,7 @@ sys.path.append(str(Path(__file__).parent.parent))
|
|||
sys.path.append(str(Path(__file__).parent.parent.parent))
|
||||
|
||||
import g4f
|
||||
from testing.test_providers import get_providers
|
||||
from testing._providers import get_providers
|
||||
from testing.log_time import log_time_async
|
||||
|
||||
async def create_async(provider):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue