去除dify ai聊天的积分需求
This commit is contained in:
@@ -135,7 +135,6 @@ class DifyPlugin(MessagePluginInterface):
|
||||
return False
|
||||
|
||||
@plugin_stats_decorator(plugin_name="Dify聊天")
|
||||
@plugin_points_cost(2, "AI聊天消耗积分", FEATURE_KEY)
|
||||
@group_feature_rate_limit(max_per_minute=5, feature_key=FEATURE_KEY)
|
||||
async def process_message(self, message: Dict[str, Any]) -> Tuple[bool, Optional[str]]:
|
||||
"""处理消息"""
|
||||
|
||||
Reference in New Issue
Block a user