yeagerai-agent icon indicating copy to clipboard operation
yeagerai-agent copied to clipboard

SimpleLLMFactory function to allow different LLMs as backend

Open Madrawn opened this issue 1 year ago • 0 comments

Added a SimpleLLMFactory function, that takes a new Parameter "model_type" and instantiates a new Instance of that type from the langchain.llms package.

Should take the same parameters as the Type-Constructor would.

Madrawn avatar Apr 19 '23 10:04 Madrawn