A Raycast Extension for looking up words or translating text in an easy way. Support 48+ languages, support Linguee and Youdao dictionary, support OpenAI, DeepL, Google, Bing, Apple, Baidu, Tencent, Volcano, Youdao and Caiyun translation.
Users might want to deploy OpenAI API service locally, in which case the HTTP protocol is usually used. But currently setting the http url will cause an error when calling the api. TypeError [ERR_INVALID_PROTOCOL]: Protocol "http:" not supported. Expected "https:"
Users might want to deploy OpenAI API service locally, in which case the HTTP protocol is usually used. But currently setting the http url will cause an error when calling the api.
TypeError [ERR_INVALID_PROTOCOL]: Protocol "http:" not supported. Expected "https:"
This PR aims to fix this issue.