Remove auto suggestions provider
This commit is contained in:
parent
3da03f28ce
commit
cad3b91e61
|
|
@ -6,7 +6,6 @@ return {
|
||||||
-- add any opts here
|
-- add any opts here
|
||||||
-- for example
|
-- for example
|
||||||
provider = 'claude',
|
provider = 'claude',
|
||||||
auto_suggestions_provider = 'claude',
|
|
||||||
claude = {
|
claude = {
|
||||||
endpoint = 'https://api.anthropic.com',
|
endpoint = 'https://api.anthropic.com',
|
||||||
model = 'claude-3-5-sonnet-20241022',
|
model = 'claude-3-5-sonnet-20241022',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue