Flowise
Flowise is a low-code/no-code drag & drop tool with the aim to make it easy for people to visualize and build LLM apps. Continue can then be configured to use the Flowise
LLM class, like the example here:
config.json
{
"models": [
{
"provider": "flowise",
"title": "Flowise",
"model": "<MODEL>",
"apiBase": "<API_BASE>"
}
]
}