Skip to content

Commit 9d39546

Browse files
committed
docs: add new docs for env vars
1 parent 80fd3eb commit 9d39546

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ providers:
6060
api_key: "your-openai-api-key"
6161
model: "gpt-4o"
6262
openrouter:
63-
api_key: "your-openrouter-api-key"
63+
api_key: "$env-your-openrouter-api-key"
6464
model: "anthropic/claude-3-opus"
6565
copilot:
6666
# No API key needed, it uses the GitHub CLI token
@@ -105,4 +105,4 @@ go build -o lazycommit main.go
105105

106106
## License
107107

108-
MIT
108+
MIT

0 commit comments

Comments
 (0)