This commit is contained in:
taradepan 2023-12-18 10:23:05 +05:30
parent d234f73b46
commit f69a3acfd1
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ In another terminal, run the narrator:
python narrator.py python narrator.py
``` ```
Default model is GPT-4. To use Gemini Pro Vision: Default model is GPT-4. To use Gemini Pro Vision:
``` ```bash
python narrator.py -m gemini python narrator.py -m gemini
``` ```