top | item 35200697

(no title)

LrnByTeach | 3 years 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.

discuss

order

wcoenen|3 years ago

Bing 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

cdchn|3 years ago

I 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|3 years ago

And cut you off when you when the sh*t hits the fan.

zamnos|3 years ago

BingGPT is currently doing this for web searches.

goldwelder42|3 years ago

Since 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).

optimalsolver|3 years ago

If it was, its mathematical abilities would be much better than they are.

famouswaffles|3 years ago

You can already hook GPT models to whatever tools you need. Open ai are focused on improving implicit performance as much as possible.

IanCal|3 years ago

They 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.