Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Feb 13, 2024
1 parent 9db5d7a commit 4177a1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ Create `~/.airc` file (in your home directory):
"apiKey": "Your OpenAI API key",
"model": "gpt-4"
},
"perplexity:" {
"perplexity": {
"apiKey": "Your Perplexity API key",
"model": "pplx-70b-chat",
}
}
}
```

Note you need to add at least one AI inference provider and it's API key. Currently supported providers are OpenAI and Perplexity.

## Usage

```
Expand Down

0 comments on commit 4177a1a

Please sign in to comment.