Spaces:
Building
Building
Update llm_interface.py
Browse files- llm_interface.py +0 -1
llm_interface.py
CHANGED
@@ -4,7 +4,6 @@ LLM Provider Interface for Flare
|
|
4 |
import os
|
5 |
from abc import ABC, abstractmethod
|
6 |
from typing import Dict, List, Optional, Any
|
7 |
-
from utils import log
|
8 |
|
9 |
class LLMInterface(ABC):
|
10 |
"""Abstract base class for LLM providers"""
|
|
|
4 |
import os
|
5 |
from abc import ABC, abstractmethod
|
6 |
from typing import Dict, List, Optional, Any
|
|
|
7 |
|
8 |
class LLMInterface(ABC):
|
9 |
"""Abstract base class for LLM providers"""
|