diff --git a/gurt/api.py b/gurt/api.py index a4f9dd8..0bdc10d 100644 --- a/gurt/api.py +++ b/gurt/api.py @@ -2791,7 +2791,7 @@ async def generate_image_description( # System prompt is not strictly needed here as the user prompt is direct. description_gen_config = types.GenerateContentConfig( temperature=0.4, # Lower temperature for more factual description - max_output_tokens=256, # Descriptions should be concise + max_output_tokens=1024, # Descriptions should be concise safety_settings=STANDARD_SAFETY_SETTINGS, # No response_mime_type or response_schema needed for plain text tools=None, # No tools for this task