Skip to content

Dify Chatflow Handler

Integrates Dify Chatflow. Create a Chatflow in Dify and fill in the API URL and Key.

Configuration

yaml
Dify:
  enabled: True
  module: llm/dify/llm_handler_dify
  enable_video_input: False
  api_key: ''
  api_url: 'http://localhost/v1'