Code review fixes

This commit is contained in:
Mark Backman
2026-03-24 08:46:03 -04:00
parent 349b8645f3
commit 1c8a8f51d4
5 changed files with 184 additions and 14 deletions

View File

@@ -72,9 +72,9 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
),
)
llm = OpenAILLMService(
llm = SarvamLLMService(
api_key=os.getenv("OPENAI_API_KEY"),
settings=OpenAILLMService.Settings(
settings=SarvamLLMService.Settings(
system_instruction="You are a helpful assistant in a voice conversation. Your responses will be spoken aloud, so avoid emojis, bullet points, or other formatting that can't be spoken. Respond to what the user said in a creative, helpful, and brief way.",
),
)