openai-translator / raycast-openai-translator

基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API.
MIT License
405 stars 25 forks source link

feat: support RaycastAI #6

Closed Fatpandac closed 1 year ago

Fatpandac commented 1 year ago

I'm not sure how to add a new preference to configure RaycastAI. if we add a checkbox to the config allowing users to choose whether or not to use RaycastAI, we can not disable the text input field for the OpenAI API key when users choose to use RaycastAI.

douo commented 1 year ago

I'm not sure how to add a new preference to configure RaycastAI. if we add a checkbox to the config allowing users to choose whether or not to use RaycastAI, we can not disable the text input field for the OpenAI API key when users choose to use RaycastAI.

Yes, as far as I know, raycast only supports static preferences.