From fe30ef6782e4314f0b58e580d6a5bf5831de3557 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Tue, 20 Aug 2024 14:29:44 -0400 Subject: [PATCH] docs: add options for copilot (#119) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cde74..a30d8a9 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_ ```lua { - ---@alias Provider "openai" | "claude" | "azure" | "deepseek" | "groq" + ---@alias Provider "openai" | "claude" | "azure" | "deepseek" | "groq" | "copilot" | [string] provider = "claude", claude = { endpoint = "https://api.anthropic.com",