diff --git a/web/src/api/game.ts b/web/src/api/game.ts index 70c9e92..0588074 100644 --- a/web/src/api/game.ts +++ b/web/src/api/game.ts @@ -96,6 +96,7 @@ export interface EventDTO { related_avatar_ids: string[]; is_major: boolean; is_story: boolean; + created_at: number; } export interface EventsResponseDTO { diff --git a/web/src/components/game/panels/system/LLMConfigPanel.vue b/web/src/components/game/panels/system/LLMConfigPanel.vue index 74dfb6f..14dc6be 100644 --- a/web/src/components/game/panels/system/LLMConfigPanel.vue +++ b/web/src/components/game/panels/system/LLMConfigPanel.vue @@ -27,7 +27,7 @@ const presets = [ name: '通义千问', base_url: 'https://dashscope.aliyuncs.com/compatible-mode/v1', model_name: 'qwen-plus', - fast_model_name: 'qwen-turbo' + fast_model_name: 'qwen-flash' }, { name: 'DeepSeek', @@ -174,7 +174,7 @@ onMounted(() => {