llm 분석기능
This commit is contained in:
@@ -55,6 +55,10 @@ import {
|
||||
resolveTrendSearchAppSettings,
|
||||
type TrendSearchAppSettings,
|
||||
} from '../utils/trendSearchAppSettings';
|
||||
import {
|
||||
resolveLlmAppSettings,
|
||||
type LlmAppSettings,
|
||||
} from '../utils/llmSettings';
|
||||
import {
|
||||
resolveChartPaneSeparatorOptions,
|
||||
type ChartPaneSeparatorOptions,
|
||||
@@ -215,6 +219,9 @@ export function resolveAppDefaults(s: AppSettingsDto) {
|
||||
trendSearchSettings: resolveTrendSearchAppSettings(
|
||||
s.trendSearchSettings as Partial<TrendSearchAppSettings> | null | undefined,
|
||||
),
|
||||
llmSettings: resolveLlmAppSettings(
|
||||
s.llmSettings as Partial<LlmAppSettings> | null | undefined,
|
||||
),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user