偏振无关的波分复用接收机
这里有东西被加密了,需要输入密码查看哦。
You should write because writing makes you a better person.
安装完ANSYS ELECTRONICS之后要给lumerical重新add一个license
REF: [纯代码小白部署ChatGPT 学术优化——chatgpt_academic - 知乎 (zhihu.com)](https://zhuanlan.zhihu.com/p/618303185#:~:text=ChatGPT 学术)
此外:
报错缺少包可以使用pip install安装
chatgpt api key的获取:
chatanywhere/GPT_API_free: Free ChatGPT API Key,免费ChatGPT API,支持GPT4 API(免费),ChatGPT国内可用免费转发API,直连无需代理。可以搭配ChatBox等软件/插件使用,极大降低接口使用成本。国内即可无限制畅快聊天。 (github.com) -> 申请内测免费Key
找到
config.py
文件中的API_URL_REDIRECT
配置并修改为以下内容:
1
2 API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://api.chatanywhere.tech/v1/chat/completions"}
# API_URL_REDIRECT = {"https://api.openai.com/v1/chat/completions": "https://api.chatanywhere.org/v1/chat/completions"}
运行方式:
运行Anaconda Prompt,输入命令:
1 | cd chatgpt_academic |