We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bdf00 commit ccf6b55Copy full SHA for ccf6b55
README.md
@@ -14,18 +14,18 @@ Install [bun](https://bun.sh/)
14
```lua
15
{
16
"dlants/magenta.nvim",
17
- lazy = false, -- you could also bind to <leader>m
+ lazy = false, -- you could also bind to <leader>mt
18
build = "bun install --frozen-lockfile",
19
config = function()
20
require('magenta').setup()
21
end
22
},
23
```
24
25
-The plugin will look for credentials for providers in the following env variables:
+The plugin will look for configuration for providers in the following env variables:
26
27
- anthropic: ANTHROPIC_API_KEY
28
-- openai: OPENAI_API_KEY
+- openai: OPENAI_API_KEY, OPENAI_BASE_URL
29
30
# Usage
31
0 commit comments