From 0d4c5e295c0b3c596a9c4e01165b00def170e974 Mon Sep 17 00:00:00 2001 From: arkml <6592213+arkml@users.noreply.github.com> Date: Wed, 19 Nov 2025 09:29:13 +0530 Subject: [PATCH] Clarify LLM configuration instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49401c36..b6bc65fe 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Inspired by Claude Code, RowboatX brings the same shell-native power to backgrou ```bash npx @rowboatlabs/rowboatx ``` -2. Configure LLM +2. Configure LLM (defaults to OpenAI) ``` edit ~/.rowboat/config/models.json ```