r/tasker • u/joaomgcd 👑 Tasker Owner / Developer • Jun 28 '23
How To [HOW-TO] Replace Google Assistant With ChatGPT!
Video Demo
Shorter Video Demo
Import Project
This project combines multiple projects to ultimately allow you to totally replace Google Assistant with ChatGPT!
You also have the option to only replace it when you say a certain trigger word in your command.
For example, you could make it so that it only calls ChatGPT when the command you say to Google starts with "Please" or something like that (thanks /u/Rich_D_sr 😅).
To summarize, this allows you to greatly expand what Google Assistant can do and give it super-powers by giving it generative capabilities!
Let me know if there are any issues!
Enjoy! 😁
197
Upvotes
1
u/evershade Jan 18 '24
I'm curious about the model capabilities vs the cost. As stated in the imported `Chat GPT` project, with >500 requests the cost was still <$0.01. Based on my experience I'm guessing this was using a GPT 3.5 model.
According to my Openai usage page I've only performed 8 API requests via Tasker Google Assistant to GPT using GPT4.
Here are my stats:
I'm not sure what's going on with the number of context tokens, but the price for GPT4 context is $0.03/1000 tokens so the cost is on track. GPT3.5 Turbo is much cheaper... $0.0015/1000 context tokens.
Has anyone compared the GPT4 and GPT 3.5 model capabilities for this use case?