[WIP] AWS Nova Sonic service - remove out-of-date TODO comment
This commit is contained in:
@@ -108,7 +108,6 @@ async def run_bot(webrtc_connection: SmallWebRTCConnection, _: argparse.Namespac
|
|||||||
# Set up context and context management.
|
# Set up context and context management.
|
||||||
# AWSNovaSonicService will adapt OpenAI LLM context objects with standard message format to
|
# AWSNovaSonicService will adapt OpenAI LLM context objects with standard message format to
|
||||||
# what's expected by Nova Sonic.
|
# what's expected by Nova Sonic.
|
||||||
# TODO: since we can't trigger a response upon joining, this isn't particularly useful
|
|
||||||
context = OpenAILLMContext(
|
context = OpenAILLMContext(
|
||||||
messages=[
|
messages=[
|
||||||
{"role": "system", "content": f"{system_instruction}"},
|
{"role": "system", "content": f"{system_instruction}"},
|
||||||
|
|||||||
Reference in New Issue
Block a user