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)
​
Last updated