跳过导航链接
A B C D G I M N O P R V 

A

AiChatAutoConfiguration - org.jeecg.chatgpt.config中的类
AI聊天工具自动装配
AiChatAutoConfiguration() - 类 的构造器org.jeecg.chatgpt.config.AiChatAutoConfiguration
 
AiChatProperties - org.jeecg.chatgpt.prop中的类
 
AiChatProperties() - 类 的构造器org.jeecg.chatgpt.prop.AiChatProperties
 
AiChatProperties.Proxy - org.jeecg.chatgpt.prop中的类
 
AiChatService - org.jeecg.chatgpt.service中的接口
 

B

build() - 类 中的方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Builder
构造message
builder() - 类 中的静态方法org.jeecg.chatgpt.dto.chat.MultiChatMessage
 
Builder() - 类 的构造器org.jeecg.chatgpt.dto.chat.MultiChatMessage.Builder
 

C

chatGptAiChatService(OpenAiClient) - 类 中的方法org.jeecg.chatgpt.config.AiChatAutoConfiguration
ChatGpt聊天Service
ChatGptService - org.jeecg.chatgpt.service.impl中的类
 
ChatGptService(OpenAiClient) - 类 的构造器org.jeecg.chatgpt.service.impl.ChatGptService
 
completions(String) - 接口 中的方法org.jeecg.chatgpt.service.AiChatService
问答
completions(String) - 类 中的方法org.jeecg.chatgpt.service.impl.ChatGptService
 
completions(String) - 类 中的方法org.jeecg.chatgpt.service.impl.DefaultAiChatService
 
content(String) - 类 中的方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Builder
 

D

defaultAiChatService() - 类 中的方法org.jeecg.chatgpt.config.AiChatAutoConfiguration
默认的AI聊天Service
DefaultAiChatService - org.jeecg.chatgpt.service.impl中的类
 
DefaultAiChatService() - 类 的构造器org.jeecg.chatgpt.service.impl.DefaultAiChatService
 

G

genArticleWithMd(String) - 接口 中的方法org.jeecg.chatgpt.service.AiChatService
通过AI生成软文-markdown格式
genArticleWithMd(String) - 类 中的方法org.jeecg.chatgpt.service.impl.ChatGptService
通过AI生成软文-markdown格式
genArticleWithMd(String) - 类 中的方法org.jeecg.chatgpt.service.impl.DefaultAiChatService
 
genSchemaModules(String) - 接口 中的方法org.jeecg.chatgpt.service.AiChatService
通过AI生成模块表设计
genSchemaModules(String) - 类 中的方法org.jeecg.chatgpt.service.impl.ChatGptService
 
genSchemaModules(String) - 类 中的方法org.jeecg.chatgpt.service.impl.DefaultAiChatService
 
getFormat() - 枚举 中的方法org.jeecg.chatgpt.dto.image.ImageFormat
 
getSize() - 枚举 中的方法org.jeecg.chatgpt.dto.image.ImageSize
 

I

ImageFormat - org.jeecg.chatgpt.dto.image中的枚举
图像格式化类型
imageGenerate(String) - 接口 中的方法org.jeecg.chatgpt.service.AiChatService
图片生成
imageGenerate(String, Integer, ImageSize, ImageFormat) - 接口 中的方法org.jeecg.chatgpt.service.AiChatService
图片生成
imageGenerate(String) - 类 中的方法org.jeecg.chatgpt.service.impl.ChatGptService
 
imageGenerate(String, Integer, ImageSize, ImageFormat) - 类 中的方法org.jeecg.chatgpt.service.impl.ChatGptService
 
imageGenerate(String) - 类 中的方法org.jeecg.chatgpt.service.impl.DefaultAiChatService
 
imageGenerate(String, Integer, ImageSize, ImageFormat) - 类 中的方法org.jeecg.chatgpt.service.impl.DefaultAiChatService
 
ImageSize - org.jeecg.chatgpt.dto.image中的枚举
图片尺寸

M

MultiChatMessage - org.jeecg.chatgpt.dto.chat中的类
多角色聊天消息
MultiChatMessage() - 类 的构造器org.jeecg.chatgpt.dto.chat.MultiChatMessage
 
MultiChatMessage(String, String) - 类 的构造器org.jeecg.chatgpt.dto.chat.MultiChatMessage
 
MultiChatMessage(MultiChatMessage.Builder) - 类 的构造器org.jeecg.chatgpt.dto.chat.MultiChatMessage
 
MultiChatMessage.Builder - org.jeecg.chatgpt.dto.chat中的类
 
MultiChatMessage.Role - org.jeecg.chatgpt.dto.chat中的枚举
角色枚举
multiCompletions(List<MultiChatMessage>) - 接口 中的方法org.jeecg.chatgpt.service.AiChatService
多角色问答
multiCompletions(List<MultiChatMessage>) - 类 中的方法org.jeecg.chatgpt.service.impl.ChatGptService
 
multiCompletions(List<MultiChatMessage>) - 类 中的方法org.jeecg.chatgpt.service.impl.DefaultAiChatService
 

N

name(String) - 类 中的方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Builder
 

O

openAiClient(AiChatProperties) - 类 中的方法org.jeecg.chatgpt.config.AiChatAutoConfiguration
openAI客户端
openAiStreamClient(AiChatProperties) - 类 中的方法org.jeecg.chatgpt.config.AiChatAutoConfiguration
openAIStream客户端
org.jeecg.chatgpt.config - 程序包 org.jeecg.chatgpt.config
 
org.jeecg.chatgpt.dto.chat - 程序包 org.jeecg.chatgpt.dto.chat
 
org.jeecg.chatgpt.dto.image - 程序包 org.jeecg.chatgpt.dto.image
 
org.jeecg.chatgpt.prop - 程序包 org.jeecg.chatgpt.prop
 
org.jeecg.chatgpt.service - 程序包 org.jeecg.chatgpt.service
 
org.jeecg.chatgpt.service.impl - 程序包 org.jeecg.chatgpt.service.impl
 

P

PREFIX - 类 中的静态变量org.jeecg.chatgpt.prop.AiChatProperties
 
Proxy() - 类 的构造器org.jeecg.chatgpt.prop.AiChatProperties.Proxy
 

R

role(MultiChatMessage.Role) - 类 中的方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Builder
角色
role(String) - 类 中的方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Builder
 

V

valueOf(String) - 枚举 中的静态方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Role
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.jeecg.chatgpt.dto.image.ImageFormat
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.jeecg.chatgpt.dto.image.ImageSize
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.jeecg.chatgpt.dto.chat.MultiChatMessage.Role
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.jeecg.chatgpt.dto.image.ImageFormat
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.jeecg.chatgpt.dto.image.ImageSize
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D G I M N O P R V 
跳过导航链接

Copyright © 2024. All rights reserved.