xiaolv commited on
Commit
17d5936
1 Parent(s): a51f237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ def create_new_chat(user_id,cookie):
14
 
15
  payload = json.dumps({"uuid": uuid, "name": ""})
16
  headers = {
17
- 'User-Agent':
18
- 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0',
19
  'Accept-Language': 'en-US,en;q=0.5',
20
  'Referer': 'https://claude.ai/chats',
21
  'Content-Type': 'application/json',
 
14
 
15
  payload = json.dumps({"uuid": uuid, "name": ""})
16
  headers = {
17
+ # 'User-Agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0',
 
18
  'Accept-Language': 'en-US,en;q=0.5',
19
  'Referer': 'https://claude.ai/chats',
20
  'Content-Type': 'application/json',