#ChatGPT Macro System
17 messages · Page 1 of 1 (latest)
I'm curious. What can I do with this? Can you provide an example? That would be much appreciated 💪
Like, I could make ChatGPT say only hi, but I wouldn’t have to make a crazy prompt to convince it
or. you could make it say things it wouldn’t usually say
wink wink
Oh, cool. And interesting! Thanks!
nice language
I still don't get it ^^ Macro for games for autofarm or to automate other stuff?
It’s to automate things that would usually need lotsa prompts
Can you give a few examples. I'm running low on imagination atm. By the way:
Yea I know, it’s automating tasks within chatgpt
Like, with a couple words you could make it turn into a coding machine
Basically less convincing to do
i've been tinkering with programming the program, too. seems like a real developer. they say they understand. they explain what i want to hear from them, then they deliver unusable code haha.. but aside from output and straying inconsistencies, i'm pretty impressed with the flexibility of this model. it can comprehend and nest programming rules for almost an entirely new programming language. i'm even using weird APL-ish syntax in some iterations and it's rocking it
Nice to know!
I'm trying to do something like:
!Macro Define, Name: AA, Function: print "world"
!Macro Define, Name: CC, Function: print "hello !Macro Run AA"
When I say:
!Macro Run CC
I get:
hello !Macro Run AA
but what I want is to to say "hello world"
Whatever you put in quotes is what Chat GPT will say. So you should put : print "hello" !Macro Run AA. Since !Macro Run AA is in quotes it thinks you just want to print that out instead of running a macro