Class HttpCommunicationChatOllama
java.lang.Object
org.eclnt.ccee.prompting.ollama.http.HttpCommunicationChatBase
org.eclnt.ccee.prompting.ollama.http.HttpCommunicationChatOllama
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCommunicationChatOllama(String host, String model, IHttpCommunicationStreamCallBack callBack) -
Method Summary
Modifier and TypeMethodDescriptiongeneratedEmbedding(String text) protected voidprocessStreamResponse(String line) sendChatNoStream(List<PromptingMessage> messages) voidsendChatStream(List<PromptingMessage> messages) Methods inherited from class org.eclnt.ccee.prompting.ollama.http.HttpCommunicationChatBase
readURLByteArray, sendRequest, writeCommunicationProtocol
-
Constructor Details
-
HttpCommunicationChatOllama
public HttpCommunicationChatOllama(String host, String model, IHttpCommunicationStreamCallBack callBack)
-
-
Method Details
-
sendChatNoStream
-
sendChatStream
-
generatedEmbedding
-
processStreamResponse
-