mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
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
This commit is contained in:
parent
f5bdae4d8b
commit
10d32a4c5f
19 changed files with 163 additions and 406 deletions
|
|
@ -12,6 +12,7 @@ from .client import *
|
|||
from .image_client import *
|
||||
from .include import *
|
||||
from .retry_provider import *
|
||||
from .thinking import *
|
||||
from .web_search import *
|
||||
from .models import *
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue