How Did Yall's Palm AI Action Simplify Workflow Usage?

This topic was automatically generated from Slack. You can find the original thread here.

Yall’s Palm AI action made it stupid easy to use in a workflow

PaLM AI?

Do you mean the Code Generation AI feature in any app step?

no just using it in a workflow - generate_text

Ohh sorry, I see, Google PaLM AI

For those interested, you can use it in your workflows using this link:

Just curious, when would you reach for PaLM over OpenAI?

i dont have a paid account w/ openai. google’s one is… i believe free for right now?

Ah gotcha, I thought maybe perhaps PaLM was better with coding tasks or writing tasks. But free is always good.

i doubt its free free, and i do have a CC on file w/ Google… for now its simple. but yeah, i was really surprised how easy their API is, and their dashboard generates good sample code -

all of which is useless to me on PD as i dont have to write code :wink:

I just built this: When an email arrives at X (a PD email triggered address), generate a summary via PaLM, and then text me a summary

image.png

Nice! Two wins, one cut down on reading time and two you can attribute who is sharing your unique PD email address trigger haha

heh i plan on shutting it down… um right now (i have the above i can use in a blog post) - shutting down but not erasing of course

oh… interesting. i have to switch to a branch, turn it off, and then push to master? thats… kinda unexpected

Yes, all workflow settings are also checked into version control.

It’s a bit different coming from a non-Github Synced project, but it gives you the commit history of when & who disabled or re-enabled a workflow.

i guess i would have imagined “Enabled” being something only PD itself cares about, not something necessary in code. but - now that i know, i wont forget next time. (honestly, i probably will)

Yea, it does catch me from time to time, even when I understand why it’s needed.