8 ms·
I suspect GPT5 most likely will have these capabilities that is to hook into external tools such as calculators and other software applications as needed based
by LrnByTeach 4y ago
I suspect GPT5 most likely will have these capabilities that is to hook into external tools such as calculators and other software applications as needed based on the prompts.
- famouswaffles 4y agoYou can already hook GPT models to whatever tools you need. Open ai are focused on improving implicit performance as much as possible.
- goldwelder42 4y agoSince the GPT-4 paper didn't reveal any details of their model, it's possible that GPT-4 is already using some variant of toolformer (https://arxiv.org/abs/2302.04761 https://arxiv.org/abs/2302.04761).
- optimalsolver 4y agoIf it was, its mathematical abilities would be much better than they are.
- MacsHeadroom 4y agoGPT-4's mathematical abilities are exceptionally good compared to GPT-3.5.
- cdchn 4y agoI suspect GPT5 won't have that ability, when used in something like ChatGPT but OpenAI will happily let the people who want to do that themselves do it, and push the consequences to them.
- sharemywin 4y agoAnd cut you off when you when the sh*t hits the fan.
- zamnos 4y agoBingGPT is currently doing this for web searches.
- cdchn 4y agoPulling in web searches is a lot more benign than calling APIs or executing arbitrary code it generates.
- wcoenen 4y agoBing chat already hooks into a web search tool. It shows "Searching for: ..." when it does that. This is kind of the point of Bing chat. edit: a paper about how to hook up LLMs to any external tool https://arxiv.org/abs/2302.04761 https://arxiv.org/abs/2302.04761
- IanCal 4y agoThey can already be given that ability by using something like langchain. You tell the LLM what tools it has available to it and it can call out to them if it wants.