Fix examples: Groq model, Google settings class, Nvidia system instruction

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 15:29:52 -07:00
parent a4310d4335
commit 4c19337d89
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
llm = GoogleLLMService(
api_key=os.getenv("GOOGLE_API_KEY"),
settings=GoogleLLMService.GoogleLLMSettings(
settings=GoogleLLMService.Settings(
model="gemini-2.5-flash",
# force a certain amount of thinking if you want it
# thinking=GoogleLLMService.ThinkingConfig(thinking_budget=4096)