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

@@ -192,7 +192,7 @@ Remember, your responses should be short - just one or two sentences usually."""
)
llm = GrokRealtimeLLMService(
api_key=os.getenv("GROK_API_KEY"),
api_key=os.getenv("XAI_API_KEY"),
session_properties=session_properties,
)