Spaces:
Sleeping
Sleeping
def get_context_by_model(model): | |
# Placeholder implementation | |
return 2048 | |
def get_messages_formatter_type(model): | |
# Placeholder implementation | |
return "basic" | |