【代码优化】AI:完善 StabilityAiImageModelTests 单测,方便大家快速体验

This commit is contained in:
YunaiV
2024-07-06 22:34:59 +08:00
parent 6e64ae774e
commit c5ed07a091
5 changed files with 74 additions and 11 deletions

View File

@ -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;