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

不能使用0301版本 #25

Closed
Tsuizen opened this issue May 3, 2023 · 7 comments
Closed

不能使用0301版本 #25

Tsuizen opened this issue May 3, 2023 · 7 comments

Comments

@Tsuizen
Copy link

Tsuizen commented May 3, 2023

在chatbox切换到0301响应失败,只能使用默认的gpt3.5-turbo,opencat同样的情况

@jinppppp
Copy link

jinppppp commented May 3, 2023

我也是这样。只能使用gpt3.5-turbo

@peizh
Copy link

peizh commented May 4, 2023

好像今天用突然不行了?配置没动

@haibbo
Copy link
Owner

haibbo commented May 4, 2023

@Tsuizen @jinppppp 需要增加对应的mapper:

const mapper = {
     'gpt-3.5-turbo': 'gpt3',
     'gpt-4': 'gpt4' 
   };

增加gpt-3.5-turbo-0301的映射

const mapper = {
     'gpt-3.5-turbo': 'gpt3',
      'gpt-3.5-turbo-0301': 'gpt3-0301',
     'gpt-4': 'gpt4' 
   };

gpt3-0301 改为你azure 这个模型的deploy name

@haibbo
Copy link
Owner

haibbo commented May 4, 2023

好像今天用突然不行了?配置没动

那一部分不行了, 我自己一直在用 未发现问题

@Tsuizen
Copy link
Author

Tsuizen commented May 4, 2023

@haibbo 感谢,已经可以使用了,其实这里映射的就是0301,和客户端选择的模型没有关系吧。

@peizh
Copy link

peizh commented May 6, 2023

看了下,是因为我自己的 Azure OpenAI 被停用了,而且不能重新激活……

@abrahamgreyson
Copy link

@peizh 你好,请问会因为什么而被封?有告诉你理由吗

@haibbo haibbo closed this as completed Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants