From b37661e983d12d3e9374e5e574de4cd51da75cdd Mon Sep 17 00:00:00 2001 From: Eric Furst Date: Sat, 11 Apr 2026 10:58:31 -0400 Subject: [PATCH] Update description and Ollama prerequisite for tool-use section Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aeb705..c14fb2b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **CHEG 667-013 — Chemical Engineering with Computers** Department of Chemical and Biomolecular Engineering, University of Delaware -A hands-on workshop on Large Language Models and machine learning for engineers. Learn how to train a GPT from scratch, run local models, build retrieval-augmented generation systems, then tie it back to underlying machine learning methods by implementing a simple neural network. +A hands-on workshop on Large Language Models and machine learning for engineers. Learn how to train a GPT from scratch, run local models, build retrieval-augmented generation systems, connect LLMs to tools to build agentic systems, and explore the underlying machine learning methods by implementing a simple neural network. ## Sections @@ -23,7 +23,7 @@ A hands-on workshop on Large Language Models and machine learning for engineers. - A terminal (macOS/Linux, or WSL on Windows) - Python 3.10+ - Basic comfort with the command line -- [Ollama](https://ollama.com) (sections 02–04) +- [Ollama](https://ollama.com) (sections 02–05) ## Getting started