优化ai初始化逻辑
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
type AIModel string
|
||||
|
||||
const (
|
||||
AI_MODEL_NONE AIModel = "None"
|
||||
AI_MODEL_GEMINI AIModel = "Gemini"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user