Some checks failed
		
		
	
	CI/CD Pipeline / build-and-deploy (push) Failing after 2h4m17s
				
			- 在 llmx-core 中添加了多模态聊天相关的数据结构和接口 - 在 llmx-impl-bailian 中实现了多模态聊天的适配器和服务 - 新增了多模态聊天的控制器和相关配置- 重构了原有的聊天请求和响应结构,支持多模态内容
		
			
				
	
	
		
			10 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| dependencies {
 | |
| 
 | |
| }
 | |
| /**
 | |
|  * 由于 Kotlin 插件引入时会自动添加依赖,但根项目不需要 Kotlin 依赖,因此需要排除 Kotlin 依赖
 | |
|  */
 | |
| configurations.implementation {
 | |
|     exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")
 | |
| }
 |