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

Home Page:https://llm-chain.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add convenience macro for creating prompts

williamhogman opened this issue · comments

Probably blocked by #34

Something like

prompt!(
system, "my template here"
user, "hello let's try this stuff out!"
)

or

prompt!(
  "just a text prompt don't worry!"
)