mirror of
https://github.com/sune-org/ORP.git
synced 2026-01-13 16:17:59 +00:00
text.verbosity
This commit is contained in:
2
index.js
2
index.js
@@ -311,7 +311,7 @@ export class MyDurableObject {
|
||||
params.max_output_tokens = +body.max_tokens;
|
||||
}
|
||||
if (body.reasoning?.effort) params.reasoning = { effort: body.reasoning.effort };
|
||||
if (body.verbosity) params.verbosity = body.verbosity;
|
||||
if (body.verbosity) params.text = { verbosity: body.verbosity };
|
||||
|
||||
this.oaStream = await client.responses.stream(params);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user