fix: use claude-sonnet-4-6 (no date suffix) for batch API, bump max_tokens to 1024
This commit is contained in:
@@ -115,7 +115,7 @@ export async function submitBatch(jobs, jobProfilesByTrack, searchConfig, candid
|
||||
custom_id: customId,
|
||||
params: {
|
||||
model,
|
||||
max_tokens: 256,
|
||||
max_tokens: 1024,
|
||||
system: [
|
||||
{
|
||||
type: 'text',
|
||||
|
||||
Reference in New Issue
Block a user