Skip to content

Commit

Permalink
remove string + mimetype on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
namanagar committed Jan 14, 2025
1 parent a075b30 commit 5406b4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ export const PlaygroundTypeReferenceForm =
disabled={disabled}
/>
) : property?.key === "user_audio_chunk" || // TODO(naman): remove hardcoding for ElevenLabs once the backend mimeType is plumbed through
(primitive.value.type === "string" &&
primitive.value.mimeType?.startsWith("audio/")) ||
(primitive.value.type === "base64" &&
primitive.value.mimeType?.startsWith("audio/")) ? (
<PlaygroundMicrophoneForm
Expand Down

0 comments on commit 5406b4d

Please sign in to comment.