more response length to fix data

This commit is contained in:
vegu-ai-tools
2026-04-01 00:16:25 +03:00
parent ffddf36705
commit 20df239dfa

View File

@@ -504,7 +504,7 @@ async def extract_data_with_ai_fallback(
_, extracted = await prompt_cls.request(
"focal.fix-data",
client,
"analyze_long",
"analyze_4096",
vars={
"text": text,
},
@@ -531,7 +531,7 @@ async def extract_data_with_ai_fallback(
_, extracted = await prompt_cls.request(
"focal.fix-data",
client,
"analyze_long",
"analyze_4096",
vars={
"text": text,
},