-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
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
[Request] 很想要能够自定义模型token的功能 #1517
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
没看懂啥意思,能再解释下吗 |
I don’t understand what it means. Can you explain it further? |
会自动识别到gpt-3.5-turbo 最大token 16K 并显示出来了,实际上只有4K ,这个token数量没地方配置。而且我这个gpt-3.5-turbo也支持识别图片,但是默认也不给上传图片 |
之前有类似的需求: #1244 (comment) 后续有计划增强这个语法 |
There was a similar requirement before: #1244 (comment) There are plans to enhance this syntax in the future |
This issue is closed, If you have any questions, you can comment and reply. |
🎉 This issue has been resolved in version 0.147.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🥰 需求描述
如图,模型是否支持图片,最大token是多少。现在似乎是没有办法设置的。
这样可能会导致聊天内容过长了 不会自动切成token大小发送到openai服务器。 导致返回错误。
🧐 解决方案
比如通过CUSTOM_MODELS来设置,或者弄一个配置文件。
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: