mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 11:02:40 +03:00
Disconnecting a provider due to a problem with CloudFare
This commit is contained in:
parent
410668b9a4
commit
498ab6d5b8
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user