Skip to content

Commit f5762e2

Browse files
committed
Remove debug logging
1 parent 2c1f55a commit f5762e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/api/providers/openai.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,6 @@ export class OpenAiHandler extends BaseProvider implements SingleCompletionHandl
358358

359359
if (this.options.serviceTier && this.options.serviceTier !== "auto") {
360360
;(requestOptions as any).service_tier = this.options.serviceTier
361-
console.log("[DEBUG] Setting service_tier parameter:", this.options.serviceTier)
362-
console.log("[DEBUG] Full request options:", JSON.stringify(requestOptions, null, 2))
363-
} else {
364-
console.log("[DEBUG] Service tier not set or is 'auto'. Current value:", this.options.serviceTier)
365361
}
366362

367363
// O3 family models do not support the deprecated max_tokens parameter

0 commit comments

Comments
 (0)