Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 656 Bytes

Use Tools to summarize a web page

This sample is using qwen2.5:3b. Don't forget to pull the latest version of the model before running the script:

ollama pull qwen2.5:3b

The settings for Bob are stored in .bob directory.

Run the following command in the current directory to generate a report using the tools invocation in tools.invocation.md and the prompt in prompt.md and the settings in .bob:

# with the default settings
bob --tools
# or
# bob --prompt prompt.md --settings .bob --output report.md --tools

Then, check the report.md file for the generated content.