Update examples to use the class Settings alias

This commit is contained in:
Mark Backman
2026-03-07 09:15:24 -05:00
parent 26631a9c31
commit cd28c82de3
264 changed files with 1172 additions and 1155 deletions

View File

@@ -199,7 +199,9 @@ Always be helpful and proactive in offering assistance.""",
# Create the Grok Realtime LLM service
llm = GrokRealtimeLLMService(
api_key=os.getenv("GROK_API_KEY"),
session_properties=session_properties,
settings=GrokRealtimeLLMService.Settings(
session_properties=session_properties,
),
)
# Register function handlers