Update GROK_API_KEY to XAI_API_KEY

This commit is contained in:
Mark Backman
2026-03-25 23:23:58 -04:00
parent 54a17ab1f3
commit 6d1918f12a
7 changed files with 11 additions and 11 deletions

View File

@@ -179,7 +179,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
# Create the Grok Realtime LLM service
llm = GrokRealtimeLLMService(
api_key=os.getenv("GROK_API_KEY"),
api_key=os.getenv("XAI_API_KEY"),
settings=GrokRealtimeLLMService.Settings(
system_instruction="""You are a helpful and friendly AI assistant powered by Grok.