trueagi-io / hyperon-experimental

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

changes for Kwargs #672

Closed besSveta closed 5 months ago

besSveta commented 5 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.