349b3614db
Adds a `model_name: "*"` entry routing any unmatched model to llama-swap (ana-ml2:9292) so its whole swappable LLM zoo logs through the gateway without per-model registration — add/swap models in llama-swap freely, litellm logs them all. Exact entries (phi4-mini/qwen3-embedding/ qwen3-reranker → vLLM) still win; the wildcard only catches the rest. litellm does no inference; llama-swap keeps loading + serving. Enables routing worldtree-personal's generative chat through the gateway for full req/resp logging while preserving llama-swap's on-demand swapping.