Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#5438 from DDMeaqua/fix-AnthropicCros
Browse files Browse the repository at this point in the history
fix: ts error
  • Loading branch information
Dogtiti authored Sep 15, 2024
2 parents 313c942 + 8ac9141 commit 9e5d92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function request(req: NextRequest) {
headers: {
"Content-Type": "application/json",
"Cache-Control": "no-store",
"anthropic-dangerous-direct-browser-access": true,
"anthropic-dangerous-direct-browser-access": "true",
[authHeaderName]: authValue,
"anthropic-version":
req.headers.get("anthropic-version") ||
Expand Down

0 comments on commit 9e5d92d

Please sign in to comment.