Skip to content
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

Headless Mode (Need for cli app) #78

Open
TouchstoneTheDev opened this issue Jul 9, 2023 · 1 comment
Open

Headless Mode (Need for cli app) #78

TouchstoneTheDev opened this issue Jul 9, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TouchstoneTheDev
Copy link

Hi I appriciate use Tauri and effort you have taken. But for downloading all the models high bandwidth is needed so I generally use cloud based ide's. There is no gui access but superfast internet because of cloud it would be very helpful if there be any Local AI cli app. storage can be issue but I can run multiple instances :)

@louisgv louisgv added enhancement New feature or request help wanted Extra attention is needed labels Jul 10, 2023
@louisgv
Copy link
Owner

louisgv commented Jul 10, 2023

@tanmay-veer Can you elaborate on how you envision the CLI feature would work? Would you be down to implement a CLI wrapper around the API? local.ai spawn an API, so my thinking is that we would have something like this:

  • Implement a way to spawn local headlessly
  • Implement API endpoints for model download and model listing/management/loading
  • Implement a lightweight CLI client to ping the local.ai server <- can either be in rust or a nodejs CLI. It's a light wrapper so really depend, also not sure if we even need the CLI wrapper.

I don't have capacity or interest to implement this at the moment, but anyone's welcome to submit a PR to add this feature!

@louisgv louisgv changed the title Need for cli app Headless Mode (Need for cli app) Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants