Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns authored May 21, 2024
1 parent bb6d837 commit c1b7687
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c1b7687

Please sign in to comment.