mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Wrong usage within Plugin volcengine_maas #320
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangever on GitHub (May 28, 2025).
Self Checks
Dify version
1.4.1
Plugin version
0.0.14
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
add a llm node to a workflow with doubao or deepseek deployed on volcengine, then run. Trace the llm node, and you'll find that the the prompt_tokens is always equals to completion_tokens:
"usage": {
"prompt_tokens": 9099,
"prompt_unit_price": "0",
"prompt_price_unit": "0",
"prompt_price": "0",
"completion_tokens": 9099,
"completion_unit_price": "0",
"completion_price_unit": "0",
"completion_price": "0",
"total_tokens": 18198,
"total_price": "0",
"currency": "USD",
"latency": 22.128566768951714
}
✔️ Error log
No response