mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-24 13:07:53 +08:00
- Rename DeepInfraChat to DeepInfra across all files - Move DeepInfra from needs_auth to main Provider directory - Rename LMArenaBeta to LMArena throughout codebase - Move search-related providers to new search subdirectory (GoogleSearch, SearXNG, YouTube) - Move deprecated providers to not_working directory (Free2GPT, LegacyLMArena, PenguinAI, ImageLabs, har) - Add new Mintlify provider with custom AI assistant implementation - Update Anthropic provider with Claude 4 models and Opus 4.1 parameter handling - Update Grok provider with Grok 4 models and improved streaming support - Update GithubCopilot with expanded model list including o3-mini, o4-mini, gpt-5 previews - Update LambdaChat default model from deepseek-r1 to deepseek-llama3.3-70b - Update TeachAnything default model from gemini-1.5-pro to gemma - Remove DeepInfra from needs_auth directory - Update all model_map references from DeepInfraChat to DeepInfra - Update all model_map references from LMArenaBeta to LMArena - Add beta_headers support to Anthropic for special features - Improve Mintlify provider with system prompt handling and streaming - Update model configurations in models.py to reflect provider changes
47 lines
1.7 KiB
Python
47 lines
1.7 KiB
Python
from .har import HarProvider
|
|
|
|
from .AI365VIP import AI365VIP
|
|
from .Aichat import Aichat
|
|
from .AiChatOnline import AiChatOnline
|
|
from .AiChats import AiChats
|
|
from .Ails import Ails
|
|
from .AIUncensored import AIUncensored
|
|
from .AllenAI import AllenAI
|
|
from .AmigoChat import AmigoChat
|
|
from .Aura import Aura
|
|
from .ChatGpt import ChatGpt
|
|
from .Chatgpt4o import Chatgpt4o
|
|
from .ChatGptEs import ChatGptEs
|
|
from .ChatgptFree import ChatgptFree
|
|
from .ChatGptt import ChatGptt
|
|
from .DDG import DDG
|
|
from .Equing import Equing
|
|
from .FlowGpt import FlowGpt
|
|
from .Free2GPT import Free2GPT
|
|
from .FreeGpt import FreeGpt
|
|
from .FreeNetfly import FreeNetfly
|
|
from .FreeRouter import FreeRouter
|
|
from .Glider import Glider
|
|
from .GPROChat import GPROChat
|
|
from .GptOss import GptOss
|
|
from .ImageLabs import ImageLabs
|
|
from .Koala import Koala
|
|
from .LegacyLMArena import LegacyLMArena
|
|
from .Liaobots import Liaobots
|
|
from .Lockchat import Lockchat
|
|
from .MagickPen import MagickPen
|
|
from .PenguinAI import PenguinAI
|
|
from .Phind import Phind
|
|
from .Pizzagpt import Pizzagpt
|
|
from .Poe import Poe
|
|
from .Prodia import Prodia
|
|
from .Raycast import Raycast
|
|
from .RubiksAI import RubiksAI
|
|
from .Theb import Theb
|
|
from .TypeGPT import TypeGPT
|
|
from .Upstage import Upstage
|
|
from .Vercel import Vercel
|
|
from .Websim import Websim
|
|
from .GptOss import GptOss
|
|
|