mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-31 06:20:12 +03:00
- Introduce new API route `/access` for managing LLM model configurations - Add LLMModelConfig model to database models - Include comprehensive schemas for LLM model config CRUD operations - Register new router with tags for LLM Model Configurations
Generic single-database configuration with an async dbapi. # Command to generate a revision alembic upgrade head alembic revision --autogenerate -m "add fields in table"