Disconnecting a provider due to a problem with CloudFare

This commit is contained in:
kqlio67 2024-10-26 18:59:18 +03:00
parent 410668b9a4
commit 498ab6d5b8

View File

@ -10,7 +10,7 @@ from .helper import format_prompt
class AI365VIP(AsyncGeneratorProvider, ProviderModelMixin): class AI365VIP(AsyncGeneratorProvider, ProviderModelMixin):
url = "https://chat.ai365vip.com" url = "https://chat.ai365vip.com"
api_endpoint = "/api/chat" api_endpoint = "/api/chat"
working = True working = False
default_model = 'gpt-3.5-turbo' default_model = 'gpt-3.5-turbo'
models = [ models = [
'gpt-3.5-turbo', 'gpt-3.5-turbo',