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