You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

basic_chatflow.yml 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. app:
  2. description: Simple chatflow contains only 1 LLM node.
  3. icon: 🤖
  4. icon_background: '#FFEAD5'
  5. mode: advanced-chat
  6. name: basic_chatflow
  7. use_icon_as_answer_icon: false
  8. dependencies: []
  9. kind: app
  10. version: 0.3.1
  11. workflow:
  12. conversation_variables: []
  13. environment_variables: []
  14. features:
  15. file_upload: {}
  16. opening_statement: ''
  17. retriever_resource:
  18. enabled: true
  19. sensitive_word_avoidance:
  20. enabled: false
  21. speech_to_text:
  22. enabled: false
  23. suggested_questions: []
  24. suggested_questions_after_answer:
  25. enabled: false
  26. text_to_speech:
  27. enabled: false
  28. language: ''
  29. voice: ''
  30. graph:
  31. edges:
  32. - id: 1755189262236-llm
  33. source: '1755189262236'
  34. sourceHandle: source
  35. target: llm
  36. targetHandle: target
  37. - id: llm-answer
  38. source: llm
  39. sourceHandle: source
  40. target: answer
  41. targetHandle: target
  42. nodes:
  43. - data:
  44. desc: ''
  45. title: Start
  46. type: start
  47. variables: []
  48. id: '1755189262236'
  49. position:
  50. x: 80
  51. y: 282
  52. sourcePosition: right
  53. targetPosition: left
  54. type: custom
  55. - data:
  56. context:
  57. enabled: false
  58. variable_selector: []
  59. desc: ''
  60. memory:
  61. query_prompt_template: '{{#sys.query#}}
  62. {{#sys.files#}}'
  63. window:
  64. enabled: false
  65. size: 10
  66. model:
  67. completion_params:
  68. temperature: 0.7
  69. mode: chat
  70. name: ''
  71. provider: ''
  72. prompt_template:
  73. - role: system
  74. text: ''
  75. selected: true
  76. title: LLM
  77. type: llm
  78. variables: []
  79. vision:
  80. enabled: false
  81. id: llm
  82. position:
  83. x: 380
  84. y: 282
  85. sourcePosition: right
  86. targetPosition: left
  87. type: custom
  88. - data:
  89. answer: '{{#llm.text#}}'
  90. desc: ''
  91. title: Answer
  92. type: answer
  93. variables: []
  94. id: answer
  95. position:
  96. x: 680
  97. y: 282
  98. sourcePosition: right
  99. targetPosition: left
  100. type: custom