Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
guaguaguaxia committed Oct 15, 2024
1 parent 443a823 commit 1a61f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/OpenAIStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function OpenAIStream(payload: OpenAIStreamPayload) {
}
delete payload.api_key

const res = await fetch("https://giegie.green/v1/chat/completions", {
const res = await fetch("http://15.204.101.64:4000/v1/chat/completions", {
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${openai_api_key ?? ""}`,
Expand Down

0 comments on commit 1a61f9f

Please sign in to comment.