Raycast extension for translation based on ChatGPT API.
git clone https://github.com/douo/raycast-openai-translator.git
cd raycast-openai-translator
npm install && npm run dev
After the extension command show up, You can stop(Ctrl-c
) the server safely.
It is recommended to set the Provider to "Custom..." and then manage your Providers using the "Setup Provider" command.
Requires Raycast Pro to support.
https://${resourceName}.openai.azure.com/openai/deployments/${deployName}/chat/completions?api-version=${apiVersion}
⌘+⇧+,
).