mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 19:11:01 +00:00
refactor(g4f/Provider/AiChatOnline.py): streamline class attributes
This commit is contained in:
parent
07fa87b4d1
commit
80e17bc7c9
@ -12,10 +12,8 @@ class AiChatOnline(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
url = "https://aichatonlineorg.erweima.ai"
|
||||
api_endpoint = "/aichatonline/api/chat/gpt"
|
||||
working = True
|
||||
supports_gpt_35_turbo = True
|
||||
supports_gpt_4 = True
|
||||
default_model = 'gpt-4o-mini'
|
||||
supports_message_history = False
|
||||
|
||||
@classmethod
|
||||
async def grab_token(
|
||||
|
Loading…
Reference in New Issue
Block a user