Create Langchain LLM converter to quickly supply it to Langchain's chain (#102)
* Create Langchain LLM converter to quickly supply it to Langchain's chain * Clean up
This commit is contained in:
committed by
GitHub
parent
da0ac1d69f
commit
0e30dcbb06
@@ -1,5 +1,5 @@
|
||||
from kotaemon.base import BaseComponent
|
||||
from kotaemon.llms.base import BaseLLM
|
||||
|
||||
|
||||
class LLM(BaseComponent):
|
||||
class LLM(BaseLLM):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user