fix: use acp to editing (#2701)

This commit is contained in:
yetone
2025-09-11 18:39:00 +08:00
committed by GitHub
parent 39336ca00a
commit 00224ea378
3 changed files with 109 additions and 65 deletions

View File

@@ -21,6 +21,7 @@ describe("generate_prompts", function()
local Config = require("avante.config")
Config.instructions_file = "avante.md"
Config.provider = "openai"
Config.acp_providers = {}
Config.providers = {
openai = {
endpoint = "https://api.mock.com/v1",