mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-04 09:05:14 +03:00
Remove support for environment variable fallback in LLM model configuration. The configuration now strictly follows: 1. Provided llm_config dictionary (highest priority) 2. Fetch from llm_model_configs system via connector_factory (requires user_id and jwt_token) This change ensures consistent configuration management and eliminates the outdated environment variable approach. When no configuration is found, a clear ValueError is raised with appropriate error messages.