fix(docs): added missing , in README lua config (#2633)
This commit is contained in:
@@ -169,7 +169,7 @@ For building binary if you wish to build from source, then `cargo` is required.
|
|||||||
opts = {
|
opts = {
|
||||||
-- add any opts here
|
-- add any opts here
|
||||||
-- this file can contain specific instructions for your project
|
-- this file can contain specific instructions for your project
|
||||||
instructions_file = "avante.md"
|
instructions_file = "avante.md",
|
||||||
-- for example
|
-- for example
|
||||||
provider = "claude",
|
provider = "claude",
|
||||||
providers = {
|
providers = {
|
||||||
|
|||||||
Reference in New Issue
Block a user