MCPcopy
hub / github.com/mudler/LocalAI / TranscribeLive

Method TranscribeLive

core/http/endpoints/openai/realtime_model.go:355–357  ·  view source on GitHub ↗
(ctx context.Context, language string, onEvent func(backend.LiveTranscriptionEvent))

Source from the content-addressed store, hash-verified

353}
354
355func (m *wrappedModel) TranscribeLive(ctx context.Context, language string, onEvent func(backend.LiveTranscriptionEvent)) (backend.LiveTranscriptionSession, error) {
356 return backend.ModelTranscriptionLive(ctx, language, m.modelLoader, *m.TranscriptionConfig, m.appConfig, onEvent)
357}
358
359func (m *wrappedModel) PredictConfig() *config.ModelConfig {
360 return m.LLMConfig

Callers

nothing calls this directly

Calls 1

ModelTranscriptionLiveFunction · 0.92

Tested by

no test coverage detected