-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.所有模型都可以上传文件。但不是vision或claude模型,则只会把文件链接拼在文本内容里。
2.如果没有配置文件服务器,vision模型上传图片,首次发送出去是原图base64,这样可以让模型识别更准确,然后会把图片压缩到100k以内,保存在浏览器缓存里,重发时,发送的是压缩后的base64。 3.修复隐藏gpts时,模型页面报错问题。 4.同步原版next-web代码,包含漏洞修复。
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters