Spaces:
Runtime error
Runtime error
Commit
·
884c66a
1
Parent(s):
96c650a
Update gpt4.py
Browse files
gpt4.py
CHANGED
@@ -17,7 +17,7 @@ class Completion:
|
|
17 |
Raises:
|
18 |
Exception: If unable to fetch the response or the required token from the response.
|
19 |
"""
|
20 |
-
client = tls_client.Session(client_identifier="
|
21 |
client.headers = {
|
22 |
"authority": "you.com",
|
23 |
"accept": "text/event-stream",
|
|
|
17 |
Raises:
|
18 |
Exception: If unable to fetch the response or the required token from the response.
|
19 |
"""
|
20 |
+
client = tls_client.Session(client_identifier="firefox108")
|
21 |
client.headers = {
|
22 |
"authority": "you.com",
|
23 |
"accept": "text/event-stream",
|