OllamaTextResponse |
OllamaClient.chat(String message) |
OllamaTextResponse |
OllamaClient.chat(String message,
List<OllamaChatHistory> history) |
OllamaTextResponse |
OllamaClient.chat(String message,
OllamaGenerationConfig generationConfig) |
OllamaTextResponse |
OllamaClient.chat(String message,
OllamaGenerationConfig generationConfig,
List<OllamaChatHistory> history) |
OllamaTextResponse |
OllamaClient.chat(String message,
String[] images) |
OllamaTextResponse |
OllamaClient.chat(String message,
String[] images,
OllamaGenerationConfig generationConfig,
List<OllamaChatHistory> history) |