Open nooralahzadeh opened 3 months ago
@nooralahzadeh Refer to the custom LLM code under llmcompiler\custom_llms
to implement the LLM calling method you need, and then pass it to RunLLMCompiler.
I tried using a number of models other than OpenAI, but most of them did not work. One went as far and failed at joiner.inovke with " AttributeError: 'NoneType' object has no attribute 'thought' ". Any advice?
Is there any way to call open-source LLMs in the graph specially in planning and joining steps?