-
Notifications
You must be signed in to change notification settings - Fork 59.2k
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
请问是否考虑加入Azure OpenAI ChatGPT的支持? #258
Comments
请考虑修改 BASE_URL 环境变量达到此目的 |
修改BASE_URL成微软的endpoint,API key修改成微软的key,不能工作。微软还需要设置其他参数 |
请问如何配置azure的api呢?能否举个例子,谢谢了 |
@wendayuan 参考 #371 |
原始链接404了 |
* Fix [UI/UX] [Front End] [Chat] [React Warning] Debounce Function - [+] fix(chat.tsx): include effect in useCallback dependencies - [+] feat(chat.tsx): add cleanup function to cancel debounced call on component unmount - [+] fix(chat.tsx): add setMsgRenderIndex to useEffect dependencies * Fix [UI/UX] [Front End] [Chat] [React Warning] setMsgRenderIndex - [+] refactor(chat.tsx): use useCallback for setMsgRenderIndex function - [+] fix(chat.tsx): add type number to useState for msgRenderIndex
重写一个API: |
好处则是Azure OpenAI API国内也可以访问!也可以绑定公司账单不用个人付费233..
需要涉及的一些修改目前我所知道的是URL, Model name, api version的自定义,可能还有其他,抱歉不是很专业。有一份python的sample,希望可以有所帮助。
如果有意向加入功能我可以提供测试环境。
The text was updated successfully, but these errors were encountered: