Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] 允许部分模型请求时不带"presence_penalty"&"frequency_penalty" #6443

Open
006lp opened this issue Apr 12, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@006lp
Copy link

006lp commented Apr 12, 2025

🥰 需求描述

有部分模型在调试时发现如果请求时带上这两个参数就会报错

{
  "error": {
    "message": " (request id: 202504122203163636081379182087)",
    "type": "upstream_error",
    "param": "400",
    "code": "bad_response_status_code"
  }
}

例如新出的grok-3-mini系列、google的部分大模型以及其它自定义API

🧐 解决方案

希望能够允许某些自定义模型请求时不携带这两项

📝 补充信息

No response

@006lp 006lp added the enhancement New feature or request label Apr 12, 2025
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


🥰 Requirement description

Some models found that if these two parameters are included during debugging, they will report an error.

{
  "error": {
    "message": " (request id: 202504122203163636081379182087)",
    "type": "upstream_error",
    "param": "400",
    "code": "bad_response_status_code"
  }
}

For example, the newly released grok-3-mini series, some Google's big models and other custom APIs

🧐 Solution

Hopefully, some custom model requests are not carried by both items

📝 Supplementary information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants