Comment out max tokens

This commit is contained in:
Albert Yu 2025-04-09 10:30:14 -05:00
parent 488aac15f2
commit 3da03f28ce
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ return {
endpoint = 'https://api.anthropic.com', endpoint = 'https://api.anthropic.com',
model = 'claude-3-5-sonnet-20241022', model = 'claude-3-5-sonnet-20241022',
temperature = 0, temperature = 0,
max_tokens = 4096, -- max_tokens = 4096,
}, },
}, },
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true` -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`