You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The genai init command is completed with some updates.
the LLM backend and its respective API key are not included in the init command. Whenever the init command executes and completes the process, the information like LLM backend and API key are discarded and not available when a new process/command is used subsequently.
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.
Create a new command to initialize Genval's AI's initial configurations:
The command would be executed as:
genvai genai init
The text was updated successfully, but these errors were encountered: