Skip to content

Commit

Permalink
Update App.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Maria authored May 26, 2024
1 parent 3069434 commit a115dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
let source = new SSE("https://bestwaifu.top/api/v1/completion/chat", {
headers: {
"Content-Type": "application/json",
"Authorization": `Token ${$apiKey}`,
"Authorization": `Bearer ${$apiKey}`,
},
method: "POST",
payload: JSON.stringify({
Expand Down

0 comments on commit a115dd2

Please sign in to comment.