xiaolv commited on
Commit
4d98764
1 Parent(s): b932635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def request_to_v2(message, cookie, user_id, channel_id,context=[]):
6
  times = 3
7
  context = [message]
8
  headers = {
9
- ':Authority': 'claude.ai',
10
  ':Method': 'POST',
11
  ':Path': '/api/append_message',
12
  ':Scheme': 'https',
 
6
  times = 3
7
  context = [message]
8
  headers = {
9
+ # ':Authority': 'claude.ai',
10
  ':Method': 'POST',
11
  ':Path': '/api/append_message',
12
  ':Scheme': 'https',