Pony-John
Pony-John
> 说实话当初做 vanblog 就是为了脱离 git 和手动离线编辑。 > > 也不是不行,目前来讲你可以这样: > > 在你想这么做的 github 仓库中增加一条流水线,每次推送 commit 自动触发,流水线中调用 vanblog api 发布或更新文章即可。 原来能实现呀!太棒了,我来折腾一下。
请问是否可以介绍一下此BUG发生的原因及具体的解决方法? 我认为这也许与我遇到的另一个难题(与您的此项目无关)相关,尝试了网上的多种方法没有解决。 希望能在此得到解决思路。 **表现** OpenAI-API调用的最小示例test.py没有经过代理。 test.py代码如下: ``` import openai openai.api_key = "sk-xxxxxxxxxxxxxxxxxxxxxxx" #此处已正确填写OpenAI-key response = openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "tell me...
> > 请问是否可以介绍一下此BUG发生的原因及具体的解决方法? 我认为这也许与我遇到的另一个难题(与您的此项目无关)相关,尝试了网上的多种方法没有解决。 希望能在此得到解决思路。 > > `Can't connect to HTTPS URL because the SSL module is not available.` 你的 Python 没有开启 SSL 模块的支持,所以不能访问 HTTPS 的网页。 感谢大佬提供的思路,问题已经解决。是服务器预装的openssl版本过低,不适配当前python3.11.2导致的。重新安装了3.0.1版本的openssl并重新编译安装python3.11.2,错误就消失了。
Thanks for your contribution.I suppose there is many Chinese like me who love this eg project but have poor English,so I hope a version that could express Chinese notes of...
> Does it work if you write custom files in Chinese? > > Or do you mean you would like the same files it currently uses, but translated into Chinese?...