From 87885a453064a76754ac46dcc3c7d960f32a1d01 Mon Sep 17 00:00:00 2001 From: "Xinyao(Alvin) Sun" Date: Sun, 17 Nov 2024 11:56:20 -0700 Subject: [PATCH] fix(docs): correct typo in README and config.lua (#863) --- README.md | 2 +- lua/avante/config.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 004966b..dadc9af 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ ---3. second_provider: The second provider to generate response. Default to "claude". ---4. prompt: The prompt to generate response based on the two reference outputs. ---5. timeout: Timeout in milliseconds. Default to 60000. - ---Whow it works: + ---How it works: --- When dual_boost is enabled, avante will generate two responses from the first_provider and second_provider respectively. Then use the response from the first_provider as provider1_output and the response from the second_provider as provider2_output. Finally, avante will generate a response based on the prompt and the two reference outputs, with the default Provider as normal. ---Note: This is an experimental feature and may not work as expected. dual_boost = { diff --git a/lua/avante/config.lua b/lua/avante/config.lua index 5794ec2..73739e8 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -103,7 +103,7 @@ M.defaults = { ---3. second_provider: The second provider to generate response. Default to "claude". ---4. prompt: The prompt to generate response based on the two reference outputs. ---5. timeout: Timeout in milliseconds. Default to 60000. - ---Whow it works: + ---How it works: --- When dual_boost is enabled, avante will generate two responses from the first_provider and second_provider respectively. Then use the response from the first_provider as provider1_output and the response from the second_provider as provider2_output. Finally, avante will generate a response based on the prompt and the two reference outputs, with the default Provider as normal. ---Note: This is an experimental feature and may not work as expected. dual_boost = {