Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Dec 18, 2024
1 parent 710a028 commit 51cb1d9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,21 +479,7 @@ const (
moderationsSuffix endpoint = "/moderations"
)

const (
// TranscriptionTimestampGranularityWord is the word timestamp
// granularity.
TranscriptionTimestampGranularityWord TranscriptionTimestampGranularity = "word"
// TranscriptionTimestampGranularitySegment is the segment timestamp
// granularity.
TranscriptionTimestampGranularitySegment TranscriptionTimestampGranularity = "segment"
)

type (
// TranscriptionTimestampGranularity is the timestamp granularity for
// the transcription.
//
// string
TranscriptionTimestampGranularity string
// AudioRequest represents a request structure for audio API.
AudioRequest struct {
// Model is the model to use for the transcription.
Expand Down

0 comments on commit 51cb1d9

Please sign in to comment.