mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 12:35:07 +08:00
【代码优化】AI:完善 StabilityAiImageModelTests 单测,方便大家快速体验
This commit is contained in:
@ -1,13 +1,10 @@
|
||||
/**
|
||||
* 从 https://github.com/spring-projects/spring-ai 拷贝。
|
||||
* AI 大模型组件,基于 Spring AI 拓展
|
||||
*
|
||||
* 最大目的:适配 JDK8 兼容性
|
||||
*
|
||||
* 包路径:
|
||||
* 1. chat、parser、model、parser 包:https://github.com/spring-projects/spring-ai/tree/main/spring-ai-core 拷贝
|
||||
* 2. models 包:对标 https://github.com/spring-projects/spring-ai/tree/main/models 拷贝
|
||||
* 2.1 xinghuo 包:【讯飞】星火,自己实现
|
||||
* 2.2 midjourney 包:Midjourney API,对接 https://github.com/novicezk/midjourney-proxy 实现
|
||||
* 2.3 suno 包:Suno API,对接 https://github.com/gcui-art/suno-api 实现
|
||||
* models 包路径:
|
||||
* 1. xinghuo 包:【讯飞】星火,自己实现
|
||||
* 2. deepseek 包:【深度求索】DeepSeek,自己实现
|
||||
* 3. midjourney 包:Midjourney API,对接 https://github.com/novicezk/midjourney-proxy 实现
|
||||
* 4. suno 包:Suno API,对接 https://github.com/gcui-art/suno-api 实现
|
||||
*/
|
||||
package cn.iocoder.yudao.framework.ai;
|
Reference in New Issue
Block a user