Fake LLM models that never relies on any external service and always returns dummy responses.
A collection of fake LLM models that never rely on any external service and always return dummy responses.
Models included are:
These models are useful for:
Intended as minimal drop-in replacements for real LLM models.
After installing the plugin,
This will make the built-in models provided by this plugin available.
Note: Since this plugin does not depend on any external services, this authorization setup step is actually meaningless. However, Dify cannot properly handle providers that don’t require authorization, so this step is necessary.
This model echoes back the user's last message.
Parameters:
delay_ms (optional, default: 0)
interval_ms (optional, default: 0)
repeat (optional, default: 1)
This model always returns a fixed response that you configure.
Parameters:
delay_ms (optional, default: 0)
interval_ms (optional, default: 0)
response (required, default: "Hello, World!")
This model returns a simple fixed response "Hello, Dify!" without any configurable parameters.
It is intended to replace the system model in order to avoid consuming real API credits when generating chat titles, for example.
Parameters:
None. This model has no configurable parameters and always returns "Hello, Dify!".