Update FreeGpt.py

Changed older domain url with the working new url
pull/1140/head
Shubh Gajjar 11 months ago committed by GitHub
parent 61579cdbff
commit f0f5cb05f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ from ..requests import StreamSession
from .base_provider import AsyncGeneratorProvider
domains = [
'https://r.aifree.site'
'https://s.aifree.site'
]
class FreeGpt(AsyncGeneratorProvider):

Loading…
Cancel
Save