docs: clarified OAuth more

This commit is contained in:
2026-05-22 19:56:00 -06:00
parent 1318ce0b34
commit 8b2f54fe1f
+2 -1
View File
@@ -176,11 +176,12 @@ subscribers, Google Gemini), you can authenticate with your existing subscriptio
# In your config.yaml
clients:
- type: claude
name: my-claude-oauth
auth: oauth # Indicate you want to authenticate with OAuth instead of an API key
```
```sh
loki --authenticate claude
loki --authenticate my-claude-oauth
# Or via the REPL: .authenticate
```