Spaces:
Sleeping
Sleeping
File size: 175 Bytes
37ca075 |
1 2 3 4 5 6 7 8 |
def get_context_by_model(model):
# Placeholder implementation
return 2048
def get_messages_formatter_type(model):
# Placeholder implementation
return "basic"
|