Hk-Gosuto / ChatGPT-Next-Web-LangChain

一键拥有你自己的 ChatGPT 网页服务。 One-Click to deploy your own ChatGPT web UI.(基于 langchain 实现的插件版本 Plugin version implemented based on langchain)

Home Page:https://n3xt.chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Support image upload for Azure ChatGPT model gpt-4o

lookx2 opened this issue · comments

Problem Description

When using Azure ChatGPT model gpt-4o, the image upload icon not found, it works on the ChatGPT-Next-Web but not ChatGPT-Next-Web-LangChain

Solution Description

Enable the image upload button for Azure model

Alternatives Considered

No response

Additional Context

No response

The function to determine if a visual model is supported can be found here:

export function isVisionModel(model: string) {
. You can check whether the model name you deployed matches the criteria set by this function.

The function to determine if a visual model is supported can be found here:

export function isVisionModel(model: string) {

. You can check whether the model name you deployed matches the criteria set by this function.

Thank you, Found the problem that I use the latest version instead of nightly. gpt-4o not include in that function yet for latest verion