From c1b768755b646d7e4090dbba7fec196e0aa3abd6 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 21 May 2024 19:12:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7b28042..2e83815 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ Specify a model via the command line using `-m`/`--model`: elia -m gpt-4o ``` +Options can be combined - here's how you launch a chat with Gemini 1.5 Flash in inline mode. + +```bash +elia -i -m gemini/gemini-1.5-flash-latest "How do I call Rust code from Python?" +``` + ## Running local models 1. Install [`ollama`](https://github.com/ollama/ollama).