llm timeout 문제
This commit is contained in:
@@ -1749,7 +1749,7 @@ export async function fetchStrategyEvaluationAiVerify(
|
||||
cache: 'no-store',
|
||||
body: JSON.stringify({ context }),
|
||||
},
|
||||
200_000,
|
||||
620_000,
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1768,7 +1768,7 @@ export async function fetchLlmConnectionTest(): Promise<LlmConnectionTestRespons
|
||||
method: 'POST',
|
||||
cache: 'no-store',
|
||||
},
|
||||
130_000,
|
||||
620_000,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user