Put max tokens back in
This commit is contained in:
parent
9229ef3cf4
commit
698b646bed
|
|
@ -10,7 +10,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`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue