yeagerai-agent
yeagerai-agent copied to clipboard
SimpleLLMFactory function to allow different LLMs as backend
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.