sorelythrob пре 2 недеља
родитељ
комит
8306f378e1

+ 1 - 1
webchat-aigc/src/main/java/com/webchat/aigc/llm/LLMServiceFactory.java

@@ -50,7 +50,7 @@ public class LLMServiceFactory implements InitializingBean, ApplicationContextAw
         /**
          * bailian,阿里云的ai平台
          */
-        serviceMap.put(LlmModelEnum.BAILIAN.getModel(), applicationContext.getBean(DeepSeekAIService.class));
+        serviceMap.put(LlmModelEnum.BAILIAN.getModel(), applicationContext.getBean(AliBaiLianAIService.class));
 
         /**
          * ollama