From f69a3acfd1fcc8d60969955e9ef420dd5802a8e4 Mon Sep 17 00:00:00 2001 From: taradepan Date: Mon, 18 Dec 2023 10:23:05 +0530 Subject: [PATCH] arg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e610ab8..ddd65d1 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ In another terminal, run the narrator: python narrator.py ``` Default model is GPT-4. To use Gemini Pro Vision: -``` +```bash python narrator.py -m gemini ```