Skip to content

Commit 8fe67a3

Browse files
committed
use log provided by ldai
1 parent b6b2c96 commit 8fe67a3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/ai-providers/server-ai-openai/src/ldai_openai/openai_provider.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
import os
55
from typing import Any, Dict, Iterable, List, Optional, cast
66

7-
from ldclient import log
8-
9-
from ldai import LDMessage
7+
from ldai import LDMessage, log
108
from ldai.models import AIConfigKind
119
from ldai.providers import AIProvider
1210
from ldai.providers.types import ChatResponse, LDAIMetrics, StructuredResponse

0 commit comments

Comments
 (0)