Conversation
This was referenced Nov 9, 2023
H0llyW00dzZ
pushed a commit
to H0llyW00dzZ/ChatGPT-Next-Web
that referenced
this pull request
Nov 9, 2023
H0llyW00dzZ
added a commit
to H0llyW00dzZ/ChatGPT-Next-Web
that referenced
this pull request
Nov 9, 2023
* 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>
DirkSchlossmacher
added a commit
to DirkSchlossmacher/ChatGPT-Next-Web-AdEx
that referenced
this pull request
Nov 10, 2023
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) 中的评论:
所以个人感觉相比于指定全局的服务提供商,为每个模型指定其使用的提供商要更好。这样的话可以做到:
|
gaogao1030
pushed a commit
to gaogao1030/ChatGPT-Next-Web
that referenced
this pull request
May 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.