ContentAgent / agents /model.py
yetessam's picture
Create agents/model.py
0e2f732 verified
raw
history blame
222 Bytes
import os
# You may choose between different models based on availability or requirements
def load_huggingface_model():
my_id = os.getenv("MODEL_URI")
# Your Hugging Face model loading logic here
return my_id