This commit is contained in:
Slipstream 2025-04-29 17:30:43 -06:00
parent 6248577f89
commit a4faf8d256
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -334,6 +334,7 @@ async def call_google_genai_api_with_retry(
# Use the non-streaming async call - config now contains all settings
response = await genai_client.models.generate_content(
model=model,
contents=contents,
config=generation_config, # Pass the combined config object
# stream=False is implicit for generate_content