AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.75k stars 134 forks source link

Pip install not found modules #61

Closed jakethekoenig closed 4 months ago

jakethekoenig commented 4 months ago

If the llm tries to use a module that cannot be found then prompt the user to install it with pip. An llm call is used to determine the package name.

Misc: