Disable PenguinAI provider

Remove codegeneration.ai api_key
This commit is contained in:
hlohaus 2025-07-21 17:35:55 +02:00
parent 0b6d8e62a1
commit 91b658dbb1
7 changed files with 999 additions and 1344 deletions

View file

@ -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