Spring ai的基础
org.springframework.ai.chat.messages.Message;
org.springframework.ai.chat.messages.MessageType;
org.springframework.ai.chat.messages.SystemMessage;
org.springframework.ai.chat.messages.UserMessage;
org.springframework.ai.chat.model.ChatModel;
org.springframework.ai.chat.model.ChatResponse;
org.springframework.ai.chat.model.StreamingChatModel;
org.springframework.ai.chat.prompt.ChatOptions;
org.springframework.ai.chat.prompt.Prompt;
org.springframework.ai.chat.prompt.PromptTemplate;
然后再问:
ChatOptions两个属性的作用是什么
上一篇:svn的常见操作
下一篇: 无
相关文章
-
FactoryBean与BeanFactory区别
1、BeanFactory是Spring框架的核心接口,它是Spring IoC容器的基础。BeanFactory负责创建、配置和管理Bean的生命周期。 2、FactoryBean是一个特殊的Bean,它自身是一个Bean,同时也充当了一个工厂的角色,如果返回的bean是FactoryBean,那么会调用它的getObject()方法获取对象。
NEW个对象 2025-01-17
-
Spring ai的基础
在学习Spring ai先学习这几个类的作用:(问chatGpt、文言一心、 deepseek)
NEW个对象 2025-03-15
-
接口优化的几种方法
使用那种方法进行接口优化,取决于不同的业务场景,常见的优化方法:
NEW个对象 2024-10-22