Skip to content

Commit ccf6b55

Browse files
committed
update README to reflect base url
1 parent 04bdf00 commit ccf6b55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ Install [bun](https://bun.sh/)
1414
```lua
1515
{
1616
"dlants/magenta.nvim",
17-
lazy = false, -- you could also bind to <leader>m
17+
lazy = false, -- you could also bind to <leader>mt
1818
build = "bun install --frozen-lockfile",
1919
config = function()
2020
require('magenta').setup()
2121
end
2222
},
2323
```
2424

25-
The plugin will look for credentials for providers in the following env variables:
25+
The plugin will look for configuration for providers in the following env variables:
2626

2727
- anthropic: ANTHROPIC_API_KEY
28-
- openai: OPENAI_API_KEY
28+
- openai: OPENAI_API_KEY, OPENAI_BASE_URL
2929

3030
# Usage
3131

0 commit comments

Comments
 (0)