mirror of
https://github.com/sune-org/ORP.git
synced 2026-01-14 00:27:59 +00:00
Update index.js
This commit is contained in:
2
index.js
2
index.js
@@ -235,7 +235,7 @@ export class MyDurableObject {
|
|||||||
}
|
}
|
||||||
}).filter(Boolean)
|
}).filter(Boolean)
|
||||||
})),
|
})),
|
||||||
max_tokens: body.max_tokens || 4096,
|
max_tokens: body.max_tokens || 64000,
|
||||||
stream: true,
|
stream: true,
|
||||||
};
|
};
|
||||||
if (system) payload.system = system;
|
if (system) payload.system = system;
|
||||||
|
|||||||
Reference in New Issue
Block a user