Tool Use

Language models for controlling web search and Python interpreters

For most real-world applications, language models will have to access information by controlling tools—doing web searches, checking your calendar, looking up emails, or running calculations. We’ll look at two examples here:

In both cases, we’ll extend the basic question-answerer.

Last updated