Skip to content
Compare
Choose a tag to compare
@simonw simonw released this 04 Apr 16:13
4e271b9
  • Support for the web search connector, an option which causes Cohere to run a web search and use the results to help inform the response to the prompt. #2
    • Trigger this for a prompt using the -o websearch 1 option, for example llm -m command-r-plus 'what is shot-scraper?' -o websearch 1
    • Or use the new llm command-r-search command, which will display the list of documents that were used after showing the output of the prompt: llm command-r-search 'what is shot-scraper?'.