Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: return bearer header when using openai #3629

Merged
merged 1 commit into from
Dec 25, 2023
Merged

fix: return bearer header when using openai #3629

merged 1 commit into from
Dec 25, 2023

Conversation

fredliang44
Copy link
Collaborator

fix the related issue: #3628

@ljt141421
Copy link

image

You have defined the local variable authValue on line 13 and line 20 respectively, and then used the variable authValue on line 69 below. Now there is an issue with deployment.

image

vercel build error:

image

Should the scope of the variable authValue be elevated?

@zptqghsw
Copy link

image You have defined the local variable authValue on line 13 and line 20 respectively, and then used the variable authValue on line 69 below. Now there is an issue with deployment. image vercel build error: image Should the scope of the variable `authValue` be elevated?

Pull the code again, it's ready.

spongeBor pushed a commit to spongeBor/ChatGPT-Next-Web that referenced this pull request Jan 18, 2024
fix: return bearer header when using openai
gaogao1030 pushed a commit to gaogao1030/ChatGPT-Next-Web that referenced this pull request May 16, 2024
fix: return bearer header when using openai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants