fix: support combined LLMService with wings service

This commit is contained in:
lilong.129
2025-07-20 23:14:08 +08:00
parent 70d117ea00
commit 9890588ca7
6 changed files with 152 additions and 214 deletions

View File

@@ -58,6 +58,7 @@ const (
DOUBAO_SEED_1_6_250615 LLMServiceType = "doubao-seed-1.6-250615"
OPENAI_GPT_4O LLMServiceType = "openai/gpt-4o"
DEEPSEEK_R1_250528 LLMServiceType = "deepseek-r1-250528"
WINGS_SERVICE LLMServiceType = "wings-service"
)
func WithLLMService(modelType LLMServiceType) AIServiceOption {