Closed code-october closed 3 days ago
@code-october is attempting to deploy a commit to the NextChat Team on Vercel.
A member of the Team first needs to authorize it.
The pull request introduces modifications to two files: app/constant.ts
and app/utils.ts
. In app/constant.ts
, new constants are added, including a KnowledgeCutOffDate
for a specific model version and additional entries in the openaiModels
and googleModels
arrays. The app/utils.ts
file sees updates to the isVisionModel
function, incorporating new keywords for model identification, and improvements to error handling in the clientUpdate
function.
File | Change Summary |
---|---|
app/constant.ts | Added KnowledgeCutOffDate constant and new model entries in openaiModels and googleModels . |
app/utils.ts | Updated isVisionModel function with new keywords and enhanced error handling in clientUpdate . |
KnowledgeCutOffDate
constant and the openaiModels
array in app/constant.ts
.KnowledgeCutOffDate
and the openaiModels
array in app/constant.ts
.KnowledgeCutOffDate
and the openaiModels
array in app/constant.ts
.KnowledgeCutOffDate
and the openaiModels
array in app/constant.ts
.anthropicModels
array in app/constant.ts
.🐇 In the code's embrace, I hop with glee,
New constants added, as bright as can be!
Models expanding, a vision in sight,
With error handling, everything feels right.
So here's to the changes, let's cheer and play,
For progress in code, hip-hip-hooray! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
update new model for gpt-4o and gemini-exp
📝 补充信息 | Additional Information
Summary by CodeRabbit
New Features
KnowledgeCutOffDate
and additional entries for OpenAI and Google models.Bug Fixes