mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-06-11 12:44:28 +03:00
remove stray console log
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user