feat: specific provider for auto-suggestions (#569)
This commit is contained in:
@@ -11,6 +11,7 @@ M.defaults = {
|
||||
debug = false,
|
||||
---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | "copilot" | [string]
|
||||
provider = "claude", -- Only recommend using Claude
|
||||
auto_suggestions_provider = "claude",
|
||||
---@alias Tokenizer "tiktoken" | "hf"
|
||||
-- Used for counting tokens and encoding text.
|
||||
-- By default, we will use tiktoken.
|
||||
|
||||
Reference in New Issue
Block a user