This commit is contained in:
2025-08-27 19:58:05 +08:00
parent 2c463b00e9
commit def94ae91c

View File

@@ -0,0 +1,9 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.agentsflex.spring.boot.llm.chatglm.ChatglmAutoConfiguration,\
com.agentsflex.spring.boot.llm.openai.OpenAIAutoConfiguration,\
com.agentsflex.spring.boot.llm.qwen.QwenAutoConfiguration,\
com.agentsflex.spring.boot.llm.spark.SparkAutoConfiguration,\
com.agentsflex.spring.boot.store.aliyun.AliyunAutoConfiguration,\
com.agentsflex.spring.boot.store.qcloud.QCloudStoreAutoConfiguration,\
com.agentsflex.spring.boot.llm.ollama.OllamaAutoConfiguration,\
com.agentsflex.spring.boot.llm.deepseek.DeepSeekAutoConfiguration