【修改】 名称替换

This commit is contained in:
DESKTOP-932OMT8\REN
2025-05-21 17:28:26 +08:00
parent 3bd8a424ec
commit b5f18ba897
1212 changed files with 1262 additions and 1270 deletions

View File

@@ -9,7 +9,7 @@ import java.util.Arrays;
/**
* AI 模型类型的枚举
*
* @author 芋道源码
* @author 朋辰
*/
@Getter
@RequiredArgsConstructor

View File

@@ -121,7 +121,7 @@ import static org.springframework.ai.retry.RetryUtils.DEFAULT_RETRY_TEMPLATE;
/**
* AI Model 模型工厂的实现类
*
* @author 芋道源码
* @author 朋辰
*/
public class AiModelFactoryImpl implements AiModelFactory {

View File

@@ -12,7 +12,7 @@ import reactor.core.publisher.Flux;
/**
* 百川 {@link ChatModel} 实现类
*
* @author 芋道源码
* @author 朋辰
*/
@Slf4j
@RequiredArgsConstructor

View File

@@ -20,7 +20,7 @@ import java.util.Set;
/**
* Spring AI 工具类
*
* @author 芋道源码
* @author 朋辰
*/
public class AiUtils {

View File

@@ -22,7 +22,7 @@ import static org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatP
/**
* {@link AzureOpenAiChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class AzureOpenAIChatModelTests {

View File

@@ -20,7 +20,7 @@ import java.util.List;
/**
* {@link BaiChuanChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class BaiChuanChatModelTests {

View File

@@ -19,7 +19,7 @@ import java.util.List;
/**
* {@link DeepSeekChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class DeepSeekChatModelTests {

View File

@@ -17,7 +17,7 @@ import java.util.List;
/**
* 基于 {@link OpenAiChatModel} 集成 Dify 测试
*
* @author 芋道源码
* @author 朋辰
*/
public class DifyChatModelTests {

View File

@@ -19,7 +19,7 @@ import java.util.List;
/**
* {@link DouBaoChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class DouBaoChatModelTests {

View File

@@ -17,7 +17,7 @@ import java.util.List;
/**
* 基于 {@link OpenAiChatModel} 集成 FastGPT 测试
*
* @author 芋道源码
* @author 朋辰
*/
public class FastGPTChatModelTests {

View File

@@ -19,7 +19,7 @@ import java.util.List;
/**
* {@link HunYuanChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class HunYuanChatModelTests {

View File

@@ -19,7 +19,7 @@ import java.util.List;
/**
* {@link OllamaChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class LlamaChatModelTests {

View File

@@ -18,7 +18,7 @@ import java.util.List;
/**
* {@link MiniMaxChatModel} 的集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class MiniMaxChatModelTests {

View File

@@ -18,7 +18,7 @@ import java.util.List;
/**
* {@link org.springframework.ai.moonshot.MoonshotChatModel} 的集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class MoonshotChatModelTests {

View File

@@ -18,7 +18,7 @@ import java.util.List;
/**
* {@link OllamaChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class OllamaChatModelTests {

View File

@@ -18,7 +18,7 @@ import java.util.List;
/**
* {@link OpenAiChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class OpenAIChatModelTests {

View File

@@ -20,7 +20,7 @@ import java.util.List;
/**
* {@link SiliconFlowChatModel} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class SiliconFlowChatModelTests {

View File

@@ -18,7 +18,7 @@ import java.util.List;
/**
* {@link ZhiPuAiChatModel} 的集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class ZhiPuAiChatModelTests {

View File

@@ -10,7 +10,7 @@ import java.util.List;
/**
* {@link MidjourneyApi} 集成测试
*
* @author 芋道源码
* @author 朋辰
*/
public class MidjourneyApiTests {