Uses of Enum Class
ai.optfor.springopenaiapi.enums.LLMModel
Packages that use LLMModel
-
Uses of LLMModel in ai.optfor.springopenaiapi
Methods in ai.optfor.springopenaiapi with parameters of type LLMModelModifier and TypeMethodDescriptionOpenAIApi.chat(LLMModel model, String system, String user, Integer maxTokens, double temperature, String openaiKey) OpenAIApi.chat(LLMModel model, String system, String user, String assistant, Integer maxTokens, double temperature, String openaiKey) OpenAIApi.chat(LLMModel model, List<ChatMessage> chats, int maxTokens, double temperature, String openaiKey) reactor.core.publisher.Flux<String>OpenAIApi.streamingChat(LLMModel model, String system, String user, String assistant, Integer maxTokens, double temperature, String openaiKey) -
Uses of LLMModel in ai.optfor.springopenaiapi.enums
Methods in ai.optfor.springopenaiapi.enums that return LLMModel