Jump to content

sanderschat

Member
  • Posts

    2
  • Joined

  • Last visited

sanderschat's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. Hi guys! love this integration with ChatGPT. I was wondering: via their official webpage it self, you can add 'custom' GPTS, or so called 'assistants'. In where you can define your personal instruction for this GPT to answer. Is it possible to have 'multiple' assistants with chatGPT for alfred? So we can define the instructiosn some where and add it to the workflow? eg > chatgpt codingexpert: write me a script for blabla eg > chatgpt marketingexpert: find out what best...blabla NOt sure if and how complicated that would be.
  2. Yes, nice script! i added a little extra to "auto-copy" the value, if it has found a unique value. Since i am not an AppleScript expert it might not work in some cases, but for now, i get good results here. on alfred_script(q) set appname to "Dashlane" tell application appname to activate tell application "System Events" repeat until (exists window 1 of process appname) delay 0.1 end repeat keystroke "f" using command down keystroke q delay 0.5 keystroke "c" using command down end tell end alfred_script Hope this will help you guys a bit too.
×
×
  • Create New...