mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 14:33:41 +08:00
Compare commits
2 Commits
26c3edd023
...
313c942350
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
313c942350 | ||
|
|
9a5a3d4ce4 |
@@ -98,6 +98,7 @@ async function request(req: NextRequest) {
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"Cache-Control": "no-store",
|
||||
"anthropic-dangerous-direct-browser-access": true,
|
||||
[authHeaderName]: authValue,
|
||||
"anthropic-version":
|
||||
req.headers.get("anthropic-version") ||
|
||||
|
||||
Reference in New Issue
Block a user