From 4ce2a9695624625026185aa413b758324e7c7acb Mon Sep 17 00:00:00 2001 From: MarkLo Date: Fri, 21 Nov 2025 23:34:39 +0800 Subject: [PATCH] --- frontend/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lib/types.ts b/frontend/lib/types.ts index 4951e74e..607a67a6 100644 --- a/frontend/lib/types.ts +++ b/frontend/lib/types.ts @@ -11,7 +11,7 @@ export interface AnalysisRequest { deep_thinking_agent?: string; // API Configuration - openai_api_key: string; + openai_api_key?: string; openai_base_url?: string; alpha_vantage_api_key?: string; }