优化ai初始化逻辑

This commit is contained in:
2025-12-02 16:34:14 +08:00
parent da2c296c05
commit 6764684fe7
7 changed files with 56 additions and 11 deletions

View File

@@ -15,6 +15,7 @@ import (
type AIModel string
const (
AI_MODEL_NONE AIModel = "None"
AI_MODEL_GEMINI AIModel = "Gemini"
)