|
|
|
|
|
by ManuelKiessling
779 days ago
|
|
I think there is an important distinction to make. Siri is actually two things — there are voice informers (“Please explain how photosynthesis works”) and voice assistants (“Remind me to call Dave when I reach my work location”). The former is really straightforward to implement with an LLM — it’s basically what an LLM is. The latter is a whole different story. |
|
You just prompt it with "If I'm asking you to call someone, please output only "<CALL>" and the name of the person". Then capture that keyword.
It works fine like that.