- [√ ] I have searched the issues of this repository and believe that this is not a duplicate.
Ⅰ. Issue Description
console页面,我切换AI服务提供者管理中的一个条目,从A切换到B,再由B切换为A,此时行为就发生了异常
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
1、创建必要的后端服务
2、构建必要的提供者俩
3、创建AI路由
4、进行转换和回复操作
5、得到结果
我再访问
/mip-chat-app/external/openai/secrety/v1/chat/completions这个secret的地址的时候,会路由到/mip-chat-app/external/qweny/standard/v1/chat/completions这个地址
注意:虽然我前面改的是qwen的提供者地址,但是最终受影响的是secret的这个路由(捂脸)。
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
- Higress version:
- OS : Linux Centos(或者说k8s的pod里面)
- Others:
Ⅰ. Issue Description
console页面,我切换AI服务提供者管理中的一个条目,从A切换到B,再由B切换为A,此时行为就发生了异常
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
1、创建必要的后端服务
2、构建必要的提供者俩
3、创建AI路由
4、进行转换和回复操作
5、得到结果
我再访问
/mip-chat-app/external/openai/secrety/v1/chat/completions这个secret的地址的时候,会路由到/mip-chat-app/external/qweny/standard/v1/chat/completions这个地址
注意:虽然我前面改的是qwen的提供者地址,但是最终受影响的是secret的这个路由(捂脸)。
Ⅴ. Anything else we need to know?
Ⅵ. Environment: