Package ai.optfor.springopenaiapi
Class OpenAIApi
java.lang.Object
ai.optfor.springopenaiapi.OpenAIApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchat(LLMModel model, String system, String user, Integer maxTokens, double temperature, String openaiKey) chat(LLMModel model, String system, String user, String assistant, Integer maxTokens, double temperature, String openaiKey) chat(LLMModel model, List<ChatMessage> chats, int maxTokens, double temperature, String openaiKey) embedding(EmbedModel model, String content, String openaiKey) embedding(EmbedModel model, List<String> content, String openaiKey) reactor.core.publisher.Flux<String>streamingChat(LLMModel model, String system, String user, String assistant, Integer maxTokens, double temperature, String openaiKey)
-
Constructor Details
-
OpenAIApi
-
-
Method Details
-
streamingChat
-
chat
-
chat
-
chat
public ChatCompletionResponse chat(LLMModel model, List<ChatMessage> chats, int maxTokens, double temperature, String openaiKey) -
embedding
-
embedding
-