From 7c65758dc4d41b2a169d22f8048a246d0c2b3c42 Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 15 Jun 2023 22:19:45 +0800 Subject: [PATCH] IPAD --- internal/chatgpt/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/chatgpt/request.go b/internal/chatgpt/request.go index 20a515b..a5d9433 100644 --- a/internal/chatgpt/request.go +++ b/internal/chatgpt/request.go @@ -28,7 +28,7 @@ var ( jar = tls_client.NewCookieJar() options = []tls_client.HttpClientOption{ tls_client.WithTimeoutSeconds(360), - tls_client.WithClientProfile(tls_client.Safari_IOS_15_5), + tls_client.WithClientProfile(tls_client.Safari_Ipad_15_6), tls_client.WithNotFollowRedirects(), tls_client.WithCookieJar(jar), // create cookieJar instance and pass it as argument // Disable SSL verification