diff --git a/backend/innercontext/api/products.py b/backend/innercontext/api/products.py index 6e237aa..dd3eeeb 100644 --- a/backend/innercontext/api/products.py +++ b/backend/innercontext/api/products.py @@ -359,8 +359,7 @@ def parse_product_text(data: ProductParseRequest) -> ProductParseResponse: contents=f"Extract product data from this text:\n\n{data.text}", config=genai_types.GenerateContentConfig( system_instruction=_product_parse_system_prompt(), - response_mime_type="application/json", - max_output_tokens=65536, + max_output_tokens=8192, temperature=0.0, ), )