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