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(String model, String prompt, String role, Integer maxTokens, double temperature, String openaiKey) OpenAIApi.chat(String model, String prompt, String assistant, String role, Integer maxTokens, double temperature, String openaiKey) OpenAIApi.chat(String model, List<ChatMessage> chats, int maxTokens, double temperature, String openaiKey)