Lee Duna@lemmy.nz to Technology@lemmy.worldEnglish · 1 year agoAmazon lays off Alexa employees as 2010s voice-assistant boom gives way to AIarstechnica.comexternal-linkmessage-square28fedilinkarrow-up1161
arrow-up1161external-linkAmazon lays off Alexa employees as 2010s voice-assistant boom gives way to AIarstechnica.comLee Duna@lemmy.nz to Technology@lemmy.worldEnglish · 1 year agomessage-square28fedilink
minus-squareDeceptichum@kbin.sociallinkfedilinkarrow-up8·1 year agoEh just ask the LLM to format requests in a way that can be parsed to a function. Its pretty trivial to get an llm to do that.
minus-squarePupBiru@kbin.sociallinkfedilinkarrow-up7·1 year agoin fact it’s literally the basis for the “tools” functionality in the new openai/chatgpt stuff! that “browse the web”, “execute code”, etc is all the LLM formatting things in a specific way
Eh just ask the LLM to format requests in a way that can be parsed to a function.
Its pretty trivial to get an llm to do that.
in fact it’s literally the basis for the “tools” functionality in the new openai/chatgpt stuff!
that “browse the web”, “execute code”, etc is all the LLM formatting things in a specific way