Class GPTChatService
java.lang.Object
io.github.kirstenali.deepj.chatui.GPTChatService
- All Implemented Interfaces:
ChatService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoid
-
Constructor Details
-
GPTChatService
public GPTChatService()
-
-
Method Details
-
loadModel
- Specified by:
loadModelin interfaceChatService- Throws:
IOException
-
isModelLoaded
public boolean isModelLoaded()- Specified by:
isModelLoadedin interfaceChatService
-
getLoadedModelName
- Specified by:
getLoadedModelNamein interfaceChatService
-
generate
- Specified by:
generatein interfaceChatService
-