Skip to content

Commit 5b2ef85

Browse files
committed
fix stats
1 parent f50a53f commit 5b2ef85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/inferencesh/models/llm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
from typing import Optional, List, Any, Callable, Dict, Generator
32
from enum import Enum
43
from pydantic import Field
@@ -11,8 +10,6 @@
1110
from .base import BaseAppInput, BaseAppOutput
1211
from .file import File
1312

14-
logger = logging.getLogger(__name__)
15-
1613
class ContextMessageRole(str, Enum):
1714
USER = "user"
1815
ASSISTANT = "assistant"

0 commit comments

Comments
 (0)