docs: add options for copilot (#119)
This commit is contained in:
		
							parent
							
								
									175eff5cac
								
							
						
					
					
						commit
						fe30ef6782
					
				@ -81,7 +81,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```lua
 | 
					```lua
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  ---@alias Provider "openai" | "claude" | "azure" | "deepseek" | "groq"
 | 
					  ---@alias Provider "openai" | "claude" | "azure" | "deepseek" | "groq" | "copilot" | [string]
 | 
				
			||||||
  provider = "claude",
 | 
					  provider = "claude",
 | 
				
			||||||
  claude = {
 | 
					  claude = {
 | 
				
			||||||
    endpoint = "https://api.anthropic.com",
 | 
					    endpoint = "https://api.anthropic.com",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user