This commit is contained in:
parent
5314a6b11b
commit
4ce2a96956
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue