-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli configure #1107
cli configure #1107
Conversation
LGTM 🚀
Overall, the changes look good and add a useful configuration capability to the CLI
|
```sh | ||
npx genaiscript configure | ||
``` | ||
|
||
## OpenAI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing header for new section. Consider adding a brief description or summary of the configure
command.
AI-generated content by pr-docs-review-commit
missing_header
may be incorrect
|
||
```bash | ||
npx genaiscript configure | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Front matter is missing at the beginning of the file. Add front matter to provide metadata and structure for the document.
AI-generated content by pr-docs-review-commit
frontmatter_missing
may be incorrect
Here's a high-level summary of the changes:
llms.json
for safer AI service configurationconfigure
as a new CLI command to manage AI service providers.env
file (with proper security confirmation)configure
command and updates values in both system processes and local filesThis change streamlines AI service setup, making it more secure by leveraging environment variables while keeping user interaction simple through interactive prompts when handling sensitive data.