llm-chain-mock

Crates.iollm-chain-mock
lib.rsllm-chain-mock
version0.13.0
sourcesrc
created_at2023-11-15 21:06:41.405842
updated_at2023-11-15 21:06:41.405842
descriptionUse `llm-chain` with a mock backend. Useful for testing.
homepage
repositoryhttps://github.com/sobelio/llm-chain/
max_upload_size
id1036828
size55,007
William Högman Rudenmalm (williamhogman)

documentation

README

llm-chain-mock

Mock LLM driver. Echos your prompt and options to you for easy debugging.

Running a real LLM locally or use a paid API is costly. For quick testing and debugging, this mock driver simulates a real LLM but is much faster and cheaper to run.

Commit count: 393

cargo fmt