Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 15b3ede

Browse files
authored
Merge pull request #56 from AssemblyAI/fern-bot/02-03-2025-1122AM
🌿 Fern Regeneration -- February 3, 2025
2 parents 8725c88 + 30794d4 commit 15b3ede

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

lib/assemblyai/lemur/types/lemur_model.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ class LemurModel
99
ANTHROPIC_CLAUDE3_HAIKU = "anthropic/claude-3-haiku"
1010
ANTHROPIC_CLAUDE3_SONNET = "anthropic/claude-3-sonnet"
1111
ANTHROPIC_CLAUDE2_1 = "anthropic/claude-2-1"
12-
ANTHROPIC_CLAUDE2 = "anthropic/claude-2"
1312
ANTHROPIC_CLAUDE2_0 = "anthropic/claude-2"
1413
DEFAULT = "default"
15-
ANTHROPIC_CLAUDE_INSTANT1_2 = "anthropic/claude-instant-1-2"
16-
BASIC = "basic"
1714
ASSEMBLYAI_MISTRAL7B = "assemblyai/mistral-7b"
1815
end
1916
end

lib/assemblyai/transcripts/types/transcript.rb

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ class Transcript
5454
# recognition](https://www.assemblyai.com/docs/models/speech-recognition) for more
5555
# information.
5656
attr_reader :words
57-
# @return [Array<AssemblyAI::Transcripts::TranscriptUtterance>] When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance
57+
# @return [Array<AssemblyAI::Transcripts::TranscriptUtterance>] When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance
5858
# objects.
5959
# See [Speaker
60-
# diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for
61-
# more information.
60+
# diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization)
61+
# and [Multichannel
62+
# ssemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription)
63+
# for more information.
6264
attr_reader :utterances
6365
# @return [Float] The confidence score for the transcript, between 0.0 (low confidence) and 1.0
6466
# (high confidence)
@@ -239,11 +241,13 @@ class Transcript
239241
# See [Speech
240242
# recognition](https://www.assemblyai.com/docs/models/speech-recognition) for more
241243
# information.
242-
# @param utterances [Array<AssemblyAI::Transcripts::TranscriptUtterance>] When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance
244+
# @param utterances [Array<AssemblyAI::Transcripts::TranscriptUtterance>] When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance
243245
# objects.
244246
# See [Speaker
245-
# diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for
246-
# more information.
247+
# diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization)
248+
# and [Multichannel
249+
# ssemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription)
250+
# for more information.
247251
# @param confidence [Float] The confidence score for the transcript, between 0.0 (low confidence) and 1.0
248252
# (high confidence)
249253
# @param audio_duration [Integer] The duration of this transcript object's media file, in seconds

0 commit comments

Comments
 (0)