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