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-square25fedilinkarrow-up1153arrow-down13
arrow-up1150arrow-down1external-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-square25fedilink
minus-squareDeceptichum@kbin.sociallinkfedilinkarrow-up7arrow-down1·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-up5·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