Crates.io | llm-chain-mock |
lib.rs | llm-chain-mock |
version | 0.13.0 |
source | src |
created_at | 2023-11-15 21:06:41.405842 |
updated_at | 2023-11-15 21:06:41.405842 |
description | Use `llm-chain` with a mock backend. Useful for testing. |
homepage | |
repository | https://github.com/sobelio/llm-chain/ |
max_upload_size | |
id | 1036828 |
size | 55,007 |
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.