Results 42 comments of Cao Mingjun

应该是起点更新了反爬策略。而且即使是使用 puppeteer 也触发了验证码(在CodeSpaces环境下,也可能是因为IP在新加坡)

Microsoft Defender 也拦截了它 ![image](https://user-images.githubusercontent.com/78460873/179449809-7bb9e70e-60ed-48ba-a358-ca676b4298f1.png)

我也遇到了这个问题。 OpenAI 在[文档](https://platform.openai.com/docs/api-reference/chat/create)中指出 `content` 在 `tool_calls` 或 `function_call` 存在时是可选的,然而 one-api 似乎要求这一字段始终存在。当然考虑到我使用了 Azure OpenAI 作为后端,这也可能是 Azure 的问题。期待作者的解答。

Any updates on this feature?

I have successfully installed the app in user account by running **powershell** command: ``` msiexec.exe /i OpenAI.Translator.msi INSTALLDIR=$env:USERPROFILE\OpenAITranslator\ MSIINSTALLPERUSER=1 ALLUSERS=2 ``` Not sure if it works for everyone, but it...

> I am not familiar with Tauri, but I believe there is a place where you can set the default values for `MSIINSTALLPERUSER` and `ALLUSERS`, so that we don't need...

> I'm definitely excited to use it as a personal planner that I can share with family and friends instead of Google Docs / Notion / etc. so long as...

Thanks for your advises. > Maybe remove the two console.logs that you have in there? Sorry I forgot about this, this is what I use for debugging. > Was there...