I have utilized JavaScript to implement interaction with GPT and display the returned results on flashcards, creating numerous learning cards based on this functionality. Additionally, within AnkiDroid, by invoking APIs provided by AnkiDroidJs, I am able to perform text-to-speech (TTS) on the content returned by GPT. Unfortunately, this API is not available in the desktop version of Anki, which has left me searching for a way to achieve similar functionality in that environment.
The plugin you provided, while feature-rich, does not offer a cross-platform solution. Considering the uniqueness of personal needs, I believe that custom-developing a solution tailored to my specific requirements would be more appropriate. This approach not only ensures a consistent experience across different platforms but also better accommodates potential new requirements that may arise in the future.