gpt4free/etc/unittest/__main__.py
hlohaus 10d32a4c5f Improve TypeGPT, GizAI, Goabror and LambdaChat provider
Update conversation body in OpenaiChat provider
Update ThinkingProcessor in run_tools
Add unittests for ThinkingProcessor
Update default headers in requests module
Add AuthFileMixin to base_provider
2025-03-20 21:45:59 +01:00

19 lines
No EOL
346 B
Python

import unittest
import g4f.debug
g4f.debug.version_check = False
from .asyncio import *
from .backend import *
from .main import *
from .model import *
from .client import *
from .image_client import *
from .include import *
from .retry_provider import *
from .thinking import *
from .web_search import *
from .models import *
unittest.main()