mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-29 05:20:14 +03:00
Refactor model factory to support three configuration sources in priority order: 1. Direct llm_config dictionary parameter 2. Fetch from llm_model_configs system via connector_factory (requires user_id and jwt_token) 3. Environment variables as fallback for backward compatibility This improves flexibility by allowing runtime configuration while maintaining compatibility with existing environment-based setups.