Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dineth554
/
WEVE
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2edd2c5
WEVE
/
utils.py
dineth554
Update utils.py
2edd2c5
verified
10 months ago
raw
Copy download link
history
blame
Safe
252 Bytes
class
CitingSources
:
def
__init__
(
self, sources
):
self.sources = sources
@staticmethod
def
from_pydantic_models
(
sources, output_type
):
# Placeholder function to mimic pydantic behavior
return
CitingSources(sources)