mirror of
https://github.com/lanqian528/chat2api.git
synced 2026-06-28 21:00:46 +08:00
This commit is contained in:
parent
37dff0b295
commit
b46538e14c
@ -105,8 +105,6 @@ class ChatService:
|
||||
self.base_headers['authkey'] = auth_key
|
||||
|
||||
await get_dpl(self)
|
||||
self.s.session.cookies.set("__Secure-next-auth.callback-url", "https%3A%2F%2Fchatgpt.com;",
|
||||
domain=self.host_url.split("://")[1], secure=True)
|
||||
|
||||
async def set_model(self):
|
||||
self.origin_model = self.data.get("model", "gpt-3.5-turbo-0125")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user