mirror of
https://github.com/dogkeeper886/ollama-k80-lab.git
synced 2025-12-10 15:57:05 +00:00
Add diy workflow and completion
This commit is contained in:
96
dify/SentenceRefinement.yml
Normal file
96
dify/SentenceRefinement.yml
Normal file
@@ -0,0 +1,96 @@
|
||||
app:
|
||||
description: Elevate your writing with the power of precision and context. Sentence
|
||||
Refinement is designed to enhance sentences by providing more nuanced, clear,
|
||||
and impactful versions based on contextual cues. Whether you're looking to improve
|
||||
clarity, add depth, or refine expression, this tool adapts your input to meet
|
||||
specific communicative goals.
|
||||
icon: ✍️
|
||||
icon_background: '#E0F2FE'
|
||||
mode: completion
|
||||
name: SentenceRefinement
|
||||
use_icon_as_answer_icon: false
|
||||
dependencies:
|
||||
- current_identifier: null
|
||||
type: marketplace
|
||||
value:
|
||||
marketplace_plugin_unique_identifier: langgenius/ollama:0.0.6@7d66a960a68cafdcdf5589fdf5d01a995533f956853c69c54eddcf797006fa37
|
||||
kind: app
|
||||
model_config:
|
||||
agent_mode:
|
||||
enabled: false
|
||||
max_iteration: 5
|
||||
strategy: function_call
|
||||
tools: []
|
||||
annotation_reply:
|
||||
enabled: false
|
||||
chat_prompt_config: {}
|
||||
completion_prompt_config: {}
|
||||
dataset_configs:
|
||||
datasets:
|
||||
datasets: []
|
||||
reranking_enable: false
|
||||
retrieval_model: multiple
|
||||
top_k: 4
|
||||
dataset_query_variable: ''
|
||||
external_data_tools: []
|
||||
file_upload:
|
||||
allowed_file_extensions:
|
||||
- .JPG
|
||||
- .JPEG
|
||||
- .PNG
|
||||
- .GIF
|
||||
- .WEBP
|
||||
- .SVG
|
||||
- .MP4
|
||||
- .MOV
|
||||
- .MPEG
|
||||
- .WEBM
|
||||
allowed_file_types: []
|
||||
allowed_file_upload_methods:
|
||||
- remote_url
|
||||
- local_file
|
||||
enabled: false
|
||||
image:
|
||||
detail: high
|
||||
enabled: false
|
||||
number_limits: 3
|
||||
transfer_methods:
|
||||
- remote_url
|
||||
- local_file
|
||||
number_limits: 3
|
||||
model:
|
||||
completion_params:
|
||||
stop: []
|
||||
mode: chat
|
||||
name: gemma3:latest
|
||||
provider: langgenius/ollama/ollama
|
||||
more_like_this:
|
||||
enabled: false
|
||||
opening_statement: null
|
||||
pre_prompt: 'Response a enhance version of the following sentences: {{query}}
|
||||
|
||||
'
|
||||
prompt_type: simple
|
||||
retriever_resource:
|
||||
enabled: true
|
||||
sensitive_word_avoidance:
|
||||
configs: []
|
||||
enabled: false
|
||||
type: ''
|
||||
speech_to_text:
|
||||
enabled: false
|
||||
suggested_questions: []
|
||||
suggested_questions_after_answer:
|
||||
enabled: false
|
||||
text_to_speech:
|
||||
enabled: false
|
||||
language: ''
|
||||
voice: ''
|
||||
user_input_form:
|
||||
- paragraph:
|
||||
default: ''
|
||||
label: Enter Sentences
|
||||
max_length: 4096
|
||||
required: true
|
||||
variable: query
|
||||
version: 0.3.0
|
||||
Reference in New Issue
Block a user