ITADN

Add input macro to system function

#48Pull Requestzanderlewis 创建于 2025-01-16
Z
zanderlewiscommented
Fixes #47 This PR adds the feature of using the input macro with the system function like so: ```llamascript use("llama3.2") prompt("Say 'Hello, World!'") #[input(true)] system("What should the AI do? ") chat() ```
合并状态:未合并 0 条评论