soltecsis / fwcloud-api

API REST for the project FWCloud.net
GNU Affero General Public License v3.0
4 stars 6 forks source link

Database Migration for Storing User OpenAPI information #880

Open soltecsis-iortega opened 5 days ago

soltecsis-iortega commented 5 days ago

To support OpenAPI integration and future scalability, two new tables need to be created in the database:

  1. ai: Stores user-specific AI configuration details, including the API key and the selected model.
  2. ai_models: Stores information about the available AI models, including their name and endpoint.

This structure ensures the flexibility to add new AI models in the future and allows the UI to dynamically display available models for configuration.