Skip to content

Commit

Permalink
type: whisper api key
Browse files Browse the repository at this point in the history
  • Loading branch information
heimoshuiyu authored Dec 15, 2023
1 parent 09d43ed commit 639c3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 639c3d5

Please sign in to comment.