docs: add options for copilot (#119)

This commit is contained in:
Aaron Pham 2024-08-20 14:29:44 -04:00 committed by GitHub
parent 175eff5cac
commit fe30ef6782
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",