- All Implemented Interfaces:
LlmClient
Implementation of
LlmClient
backed by an OpenAiService
-
Constructor Summary
Constructors
OpenAiClient(com.theokanning.openai.service.OpenAiService openAiService)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OpenAiClient
public OpenAiClient(com.theokanning.openai.service.OpenAiService openAiService)
-
Method Details
-
getTemperature
public Double getTemperature()
-
setTemperature
public void setTemperature(Double temperature)
-
-
setModel
public void setModel(String model)
-
-