sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.37k stars 132 forks source link

chore: add flag to save bindings to src directory #247

Closed danbev closed 11 months ago

danbev commented 11 months ago

This commit adds a flag that can be used to save the generated bindings to the src directory instead of always saving them.

The motivation for this is one might not want to save the bindings on every build which is kind of annoying (sorry about this).