Update main.py
Browse files
main.py
CHANGED
@@ -34,7 +34,7 @@ async def chat_completion(request: ChatRequest):
|
|
34 |
'content-type': 'application/json',
|
35 |
'origin': 'https://www.chatwithmono.xyz',
|
36 |
'referer': 'https://www.chatwithmono.xyz/',
|
37 |
-
'user-agent': 'Mozilla/5.0',
|
38 |
}
|
39 |
|
40 |
payload = {
|
|
|
34 |
'content-type': 'application/json',
|
35 |
'origin': 'https://www.chatwithmono.xyz',
|
36 |
'referer': 'https://www.chatwithmono.xyz/',
|
37 |
+
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36',
|
38 |
}
|
39 |
|
40 |
payload = {
|