Spaces:
Runtime error
Runtime error
Commit
·
96c650a
1
Parent(s):
8d2d8ba
Update gpt4.py
Browse files
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
|
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
|