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

setup/configuration issues on apple m3 #686

Closed
michaeljabbour opened this issue Jul 21, 2024 · 3 comments
Closed

setup/configuration issues on apple m3 #686

michaeljabbour opened this issue Jul 21, 2024 · 3 comments
Labels
✨ enhancement New feature or request

Comments

@michaeljabbour
Copy link

michaeljabbour commented Jul 21, 2024

Describe the feature

installation and use is unnecessarily complex

Potential Solutions

-simple terminal or terminal docker deployment
-models should be a drop down
-keys.cfg should be in the repo with correct permissions and format
-ability to set API configs and test in the interface
-graphical connections to github to identify correct repo and branch
-ability to address port conflict if something is running on 3000, 3001, etc.

@klieret klieret added the ✨ enhancement New feature or request label Jul 21, 2024
@klieret
Copy link
Member

klieret commented Jul 21, 2024

That's a lot things for one issue, but thank you for the suggestions ;)

Regarding the web GUI: We currently don't have enough personpower to work on improving this. Though I would probably accept simple PRs to improve things.

Therefore I'll have to close this issue.

-simple terminal or terminal docker deployment

We do have a terminal interface if that's the question.

The port thing is #550 (you can switch the port of the frontend, but not of the backend atm)

@klieret klieret closed this as not planned Won't fix, can't repro, duplicate, stale Jul 21, 2024
@michaeljabbour
Copy link
Author

Hi @klieret - I'm happy to contribute code to support these changes over time if that is of interest.

@klieret
Copy link
Member

klieret commented Jul 23, 2024

Awesome! I think from my POV, #550 would be important.

-keys.cfg should be in the repo with correct permissions and format

Don't want to do that, because people (or me) might actually commit it to the repo which is dangerous.

-graphical connections to github to identify correct repo and branch

Not sure if this is worth the added complexity

-models should be a drop down

This is a little bit annoying at the moment, because models.py is a bit of a mess. I think it would be more important to do something like #64

-ability to set API configs and test in the interface

Not sure what that means. You mean for configuring the model?

But anyway, regaring model config, I don't think people switch that around too much, so I don't think it's worth putting effort into the GUI for that. I think it's acceptable to set up a keys.cfg once.

We want to keep the GUI as lean and simple as possible for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants