type: whisper api key
This commit is contained in:
@@ -938,7 +938,7 @@ export default function ChatBOX(props: {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${
|
Authorization: `Bearer ${
|
||||||
chatStore.whisper_api || chatStore.apiKey
|
chatStore.whisper_key || chatStore.apiKey
|
||||||
}`,
|
}`,
|
||||||
},
|
},
|
||||||
body: formData,
|
body: formData,
|
||||||
|
|||||||
Reference in New Issue
Block a user