update the canonical client so that the audio recording is optional as long as there is a transcript

This commit is contained in:
Adrian Cowham
2025-02-27 12:31:02 -08:00
parent 499bc25217
commit 803ea9d8bc
2 changed files with 28 additions and 4 deletions

View File

@@ -113,8 +113,8 @@ async def main():
llm,
tts,
transport.output(),
audio_buffer_processor, # captures audio into a buffer
canonical, # uploads audio buffer to Canonical AI for metrics
audio_buffer_processor, # captures audio into a buffer
context_aggregator.assistant(),
]
)