mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Disable PenguinAI provider
Remove codegeneration.ai api_key
This commit is contained in:
parent
0b6d8e62a1
commit
91b658dbb1
7 changed files with 999 additions and 1344 deletions
|
|
@ -93,6 +93,7 @@ class OpenaiChat(AsyncAuthedProvider, ProviderModelMixin):
|
|||
label = "OpenAI ChatGPT"
|
||||
url = "https://chatgpt.com"
|
||||
working = True
|
||||
active_by_default = True
|
||||
use_nodriver = True
|
||||
supports_gpt_4 = True
|
||||
supports_message_history = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue