-
Notifications
You must be signed in to change notification settings - Fork 59.1k
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
feat: close #935 add azure support #3206
Conversation
* Merge pull request ChatGPTNextWeb#3206 from Yidadaa/azure * doc: update azure env vars * Update README.md * Update README.md * Fix Local Language [+] fix(locales): fix translations for Token, AccessCode, and Endpoint in both cn.ts and en.ts files * Fix Access Control [+] fix(sync.ts): fix accessControl token property name to openaiApiKey --------- Co-authored-by: Yidadaa <yidadaa@qq.com>
commit e6b72ac Author: Yifei Zhang <yidadaa@qq.com> Date: Fri Nov 10 02:59:47 2023 +0800 Update README.md commit 8032e6d Author: Yifei Zhang <yidadaa@qq.com> Date: Fri Nov 10 02:59:30 2023 +0800 Update README.md commit c7e0a6f Author: Yidadaa <yidadaa@qq.com> Date: Fri Nov 10 02:57:40 2023 +0800 doc: update azure env vars commit 1141cd2 Merge: fd2f441 c9dd953 Author: Yifei Zhang <yidadaa@qq.com> Date: Fri Nov 10 02:55:12 2023 +0800 Merge pull request ChatGPTNextWeb#3206 from Yidadaa/azure commit c9dd953 Author: Yidadaa <yidadaa@qq.com> Date: Fri Nov 10 02:50:50 2023 +0800 fixup commit b7ffca0 Author: Yidadaa <yidadaa@qq.com> Date: Fri Nov 10 02:43:30 2023 +0800 feat: close ChatGPTNextWeb#935 add azure support commit fd2f441 Author: Yifei Zhang <yidadaa@qq.com> Date: Thu Nov 9 20:45:25 2023 +0800 feat: wont send max_tokens
目前chatgpt-next-web似乎只能支持指定一个azure endpoint(而且连deployment都指定了)。不过Azure OpenAI是一个多Endpoint、多Deployment的设计。参考在 binary-husky/gpt_academic#1173 (comment) 中的评论:
所以个人感觉相比于指定全局的服务提供商,为每个模型指定其使用的提供商要更好。这样的话可以做到:
|
No description provided.