(improvement)(launcher)Upgrade to 0.9.2-SNAPSHOT.

This commit is contained in:
jerryjzhang
2024-05-14 14:23:42 +08:00
parent 9792cde6aa
commit e0d45a77ce
4 changed files with 4 additions and 9 deletions

View File

@@ -123,7 +123,6 @@ public class ComponentFactory {
if (Objects.isNull(llmProxy)) {
llmProxy = ContextUtils.getBean(JavaLLMProxy.class);
}
log.info("llmProxy:{}", llmProxy);
return llmProxy;
}