This commit is contained in:
MarkLo 2025-11-21 23:34:39 +08:00
parent 5314a6b11b
commit 4ce2a96956
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}