# -*- coding:utf-8 -*- class promptLen_Exception(Exception): def __str__(self): return 'prompt长度超过模型处理最大值'