mirror of
https://github.com/multipleof4/sune.git
synced 2026-03-17 03:01:03 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -222,7 +222,9 @@ const generateTitleWithAI = async (messages) => {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Authorization": `Bearer ${apiKey}`,
|
||||
"Content-Type": "application/json"
|
||||
"Content-Type": "application/json",
|
||||
"HTTP-Referer": "https://sune.chat",
|
||||
"X-Title": "Sune"
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: model.replace(/^(or:|oai:)/, ""),
|
||||
Reference in New Issue
Block a user