remove stray console log

This commit is contained in:
angelplusultra
2026-05-20 14:43:27 -07:00
parent c52afa42c7
commit bc46f93a6b

View File

@@ -206,7 +206,6 @@ class OpenAiLLM {
throw new Error(
`OpenAI chat: ${this.model} is not valid for chat completion!`
);
console.log(this.#constructReasoningConfig(reasoningOption));
const measuredStreamRequest = await LLMPerformanceMonitor.measureStream({
func: this.openai.responses.create({