feat: improve AI dialogue evaluation and capability boundaries
This commit is contained in:
@@ -76,7 +76,7 @@ mixin VoiceAnswerMixin<T extends StatefulWidget> on State<T> {
|
||||
});
|
||||
if (path == null) return;
|
||||
final config = voiceState.aiConfig;
|
||||
final transcribed = await AiService.instance.transcribeAudio(
|
||||
final transcribed = await AiService.instance.capabilities.speech.transcribe(
|
||||
filePath: path,
|
||||
provider: config.provider,
|
||||
endpoint: config.endpoint,
|
||||
|
||||
Reference in New Issue
Block a user