Skip to content

Conversation

@amjith
Copy link
Member

@amjith amjith commented May 3, 2025

Description

WIP. Looking for initial feedback.

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).

@amjith amjith requested a review from rolandwalker May 3, 2025 17:39
def initialize_llm():
if click.confirm("This feature requires additional libraries. Install LLM library?", default=True):
click.echo("Installing LLM library. Please wait...")
run_external_cmd("pip", "install", "--quiet", "llm", restart_cli=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running pip install from within the application is surprising and may have unintended effects. Can it instead recommend reinstalling with extras?

@amjith amjith force-pushed the amjith/add-llm-support branch from 12911ce to eeba007 Compare August 3, 2025 17:25
@amjith amjith merged commit faeccb2 into main Aug 4, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants