Clicking Chat GPT copy button in browser or app?

HI,
I’m using GPT and Filemaker to assemble web product materials. I’d like to click the copy button in Safari for GPT, but it could be the app or another browser. I’ve tried to do the click on button in Keyboard Maestro but that’s sporadic. I’m open to whatever tools might accomplish this. Any ideas?
Thanks!

Assuming you mean ChatGPT by Openai, have you thought about using the API or a client that could have better automation potential? For example there are some that can be called across apps via a global keyboard shortcut.

Is, I’ve been hesitant to use an API due to the cost as i call GPT 100-150 times/day with converting a few paragraphs of text. Do you have a recommendation on apps that are more command key friendly?

Maybe I’ve been calculating the API cost wrong, Perplexity says it would be $1.69USD for my usage. It would be much nicer to have an API in Filemaker.

You could ask ChatGPT about it :wink:

This is a link to what I got as a reply

There are apps like MacGPT and MindMac that allow you to do inline queries - they end up similar to Alfred and Raycast I think in terms of their behaviour.

For anything automated I’d be looking at the API (which is what all the third party tools use - you need an API token for them), an integration with an existing app, or a command line tool.

Much of my choice for what to use would be based on where the prompt comes from.

Day to day for ad hoc queries I use the website. For more mass processing common structure prompts I have some TextExpander snippets I use to build them and then run them via a ChatGPT client app.

Just as a final note, GPT is a generative pre-trained transformer. Perplexity is one of many providers and not all tools will necessarily support all models and providers. So if Perplexity is your service of choice, you should specifically look for tools that integrate with that - it is popular so probably most; but do be specific with your questions.

MindMac will solve my problem, but I’ll try to build an api, that will save me a few hours/week. A nice first experience with the Automators, thanks!