intelops / genval

Simplifies configuration management for a wide range of tools, including Dockerfile, Kubernetes manifests, and other infrastructure files.
Apache License 2.0
6 stars 5 forks source link

Create a new init command for initializing genAI configs #178

Open santoshkal opened 1 month ago

santoshkal commented 1 month ago

Create a new command to initialize Genval's AI's initial configurations: The command would be executed as: genvai genai init

santoshkal commented 1 month ago

The genai init command is completed with some updates.

As storing sensitive information like API keys locally or in the code base is not a recommended practice. The feature is currently removed from the genai init command and the same is read while interacting with the backend.