Uses of Record Class
ai.optfor.springopenaiapi.model.ChatCompletionResponse
Packages that use ChatCompletionResponse
-
Uses of ChatCompletionResponse in ai.optfor.springopenaiapi
Methods in ai.optfor.springopenaiapi that return ChatCompletionResponseModifier 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)