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

[Bug] CUSTOM_MODELS部署模型的时候,如何只要openai版本的模型,去掉Azure版本的模型 #5988

Open
crystoneme opened this issue Dec 27, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@crystoneme
Copy link

📦 部署方式

Vercel, Docker

📌 软件版本

2.15.8

💻 系统环境

macOS, Ubuntu

📌 系统版本

15.2

🌐 浏览器

Chrome, Safari

📌 浏览器版本

Version 131.0.6778.205 (Official Build) (arm64)

🐛 问题描述

我将CUSTOM_MODELS设置为:
CUSTOM_MODELS=-all,+gpt-4,+gpt-4o,+gpt-4o-mini,+o1-preview,+o1-mini,+gemini-1.5-pro-latest,+gemini-1.5-flash-latest,+gemini-2.0-flash-exp,+claude-3.5-sonnet-latest,+claude-3.5-haiku-latest,+claude-3.0-opus-latest
但是模型列表上出现了azure版本的gpt,这不是我期望的结果,如果设置不自动添加azure版本的模型呢

📷 复现步骤

No response

🚦 期望结果

No response

📝 补充信息

No response

@crystoneme crystoneme added the bug Something isn't working label Dec 27, 2024
@Issues-translate-bot
Copy link

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


Title: [Bug] CUSTOM_MODELS When deploying a model, how to only use the openai version of the model and remove the Azure version of the model?

@MoonShadowIllusions
Copy link

-all

@Issues-translate-bot
Copy link

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


Use -all

@crystoneme
Copy link
Author

-all

我就是用的 -all 啊
-all,+gpt-4,+gpt-4o,+gpt-4o-mini,+o1-preview,+o1-mini,+gemini-1.5-pro-latest,+gemini-1.5-flash-latest,+gemini-2.0-flash-exp,+claude-3.5-sonnet-latest,+claude-3.5-haiku-latest,+claude-3.0-opus-latest

@Issues-translate-bot
Copy link

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


Use -all

I just use -all
-all,+gpt-4,+gpt-4o,+gpt-4o-mini,+o1-preview,+o1-mini,+gemini-1.5-pro-latest,+gemini-1.5-flash-late st,+gemini-2.0-flash-exp,+claude-3.5-sonnet-latest,+claude-3.5-haiku-latest,+claude-3.0-opus-latest

@VectorZhao
Copy link

-all,gpt-4,gpt-4o
实际显示时会出现 如下四个模型
gpt-4(OpenAI)
gpt-4o(OpenAI)
gpt-4(Azure)
gpt-4o(Azure)

@Issues-translate-bot
Copy link

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


-all,gpt-4,gpt-4o
When actually displayed, the following four models will appear:
gpt-4(OpenAI)
gpt-4o(OpenAI)
gpt-4(Azure)
gpt-4o(Azure)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants