trueagi-io / hyperon-experimental

MeTTa programming language implementation
https://metta-lang.dev
MIT License
151 stars 49 forks source link

changes for Kwargs #672

Closed besSveta closed 7 months ago

besSveta commented 7 months ago

In metta-motto we have llm command, but langchain has methods with arguments named llm, so I've add some fix for cases !(bind! &chain (( py-atom langchain.chains.LLMChain )(Kwargs ("llm" &model) (prompt &prompt))))

without this changes llm will be added with quotes into the list of parameterst.