mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
commit
35179fe843
@ -164,7 +164,9 @@ class You(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
headers={
|
||||
"Authorization": cls.get_auth(),
|
||||
"X-SDK-Client": cls.get_sdk(),
|
||||
"X-SDK-Parent-Host": cls.url
|
||||
"X-SDK-Parent-Host": cls.url,
|
||||
"Origin": "https://you.com",
|
||||
"Referer": "https://you.com/"
|
||||
},
|
||||
json={
|
||||
"dfp_telemetry_id": await get_dfp_telemetry_id(),
|
||||
|
Loading…
Reference in New Issue
Block a user