From 7dd5e7be4a076a018f9b19fafeac2004c47d57a2 Mon Sep 17 00:00:00 2001 From: Cutty Date: Tue, 17 Mar 2026 19:17:22 -0600 Subject: [PATCH] intial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64e5140..1e0e732 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # zed_workouts +Test a new coding workflow. Want to try and use a local LLM to facilitate coding a django based workout webpage to track and store workouts in MySQL db. +Implemented qwen2.57b-instruct-q4_K-M with Zed Agent to develop code. Tried some other agents and this is the first one I was able to get to respond with proper tool calls.