llm-chain-macros 0.13.0

Set of macros for use with llm-chain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "llm-chain-macros"
version = "0.13.0"
edition = "2021"
license = "MIT"
description = "Set of macros for use with llm-chain"
keywords = ["llm", "langchain", "ggml", "chain"]
categories = ["science"]
authors = ["William Rudenmalm <william@sobel.io>"]
repository = "https://github.com/sobelio/llm-chain/"


[lib]
proc-macro = true


[dependencies]
syn = "2.0.18"