MohamedAlgebali commited on
Commit
96c650a
·
1 Parent(s): 8d2d8ba

Update gpt4.py

Browse files
Files changed (1) hide show
  1. gpt4.py +1 -1
gpt4.py CHANGED
@@ -32,7 +32,7 @@ class Completion:
32
  "sec-fetch-site": "same-origin",
33
  "cookie": f"safesearch_guest=Off; uuid_guest={str(uuid4())}",
34
 
35
- "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36",
36
  }
37
 
38
  # Add print statements to display headers and user agent
 
32
  "sec-fetch-site": "same-origin",
33
  "cookie": f"safesearch_guest=Off; uuid_guest={str(uuid4())}",
34
 
35
+ "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0",
36
  }
37
 
38
  # Add print statements to display headers and user agent