Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CineAI
/
Chelsea
like
1
Sleeping
App
Files
Files
Community
64b7c62
Chelsea
/
llm
/
hf_interface.py
CineAI
Create hf_interface.py
334f75e
verified
7 months ago
raw
Copy download link
history
blame
Safe
194 Bytes
from
abc
import
ABC, abstractmethod
class
HFInterface
(
ABC
):
@abstractmethod
def
execution
(
self
):
"""Method execution LLM model based on HuggingFace or Langchain"""
pass