We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b5198 commit d65176cCopy full SHA for d65176c
manifest.yaml
@@ -1,4 +1,4 @@
1
-version: 0.0.1
+version: 0.0.2
2
type: plugin
3
author: junjiem
4
name: dat
@@ -13,8 +13,8 @@ resource:
13
memory: 268435456
14
permission:
15
model:
16
- enabled: true
17
- llm: true
+ enabled: false
+ llm: false
18
text_embedding: false
19
rerank: false
20
tts: false
@@ -34,4 +34,5 @@ meta:
34
entrypoint: main
35
created_at: 2025-09-03T16:07:55.7328669+08:00
36
privacy: PRIVACY.md
37
+repo: https://github.com/junjiem/dify-plugin-tools-dat
38
verified: false
requirements.txt
@@ -1 +1 @@
-dify_plugin~=0.0.1b73
+dify_plugin==0.2.4
0 commit comments