👄
Dialog Lib
  • talkd/dialog-lib
  • Abstract LLM
Powered by GitBook
On this page
  • Available Methods
  • get_prompt(self, input)
  • memory(self)
  • llm(self)
  • preprocess(self, input)
  • generate_prompt(self, text)
  • process(self, output)
  • process(self, input)

Abstract LLM

Abstract LLM Class under the agent modules

Here we will explain more about the abstract llm class.

Available Methods

get_prompt(self, input)

memory(self)

llm(self)

preprocess(self, input)

generate_prompt(self, text)

process(self, output)

process(self, input)

​

Previoustalkd/dialog-lib

Last updated 1 year ago