千问开源大模型
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
141 B

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