Files
Benjamin Satzger 41039ee7e3 Add model_type method for determining model categories
Introduce a model_type method to categorize models.

The simple functionality  right now is:
 * Returns :embedding for the mistral model
 * Returns :guard for models whose names start with llama-guard
 * Defaults to :text_generation for all other models
2024-12-11 22:32:39 +01:00
..