Fixed
- Downloaded Models Not Recognized by llama.cpp. Models downloaded from Hugging Face are now stored directly under the
models/directory instead of a nestedmodels/huggingface/subdirectory, so llama-server's model scanner discovers them without manual symlinks. Existing models in the old location are automatically migrated on startup (#177).