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

Offering a one-click start package for accessibility #52

Open
cmp-nct opened this issue Apr 2, 2023 · 2 comments
Open

Offering a one-click start package for accessibility #52

cmp-nct opened this issue Apr 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@cmp-nct
Copy link

cmp-nct commented Apr 2, 2023

I think a good part of potential users will not be able to get PandoraAI running.
It requires quite a bit of dedication, reading and knowhow to work.

My suggestion is to add in node-chatgpt-api as Github submodule.
Then use a default script that:

  1. launches the API
  2. launches PandoraAI configured for the API (currently they conflict, default port is 3000 for both)
    Pandora doesn't need a config in that case, the API needs the cookie for bing (when bing is used)
    If there is no API configuration present I'd just open notepad/nano instead of starting.
@cmp-nct cmp-nct added the enhancement New feature or request label Apr 2, 2023
@waylaidwanderer
Copy link
Owner

I was thinking of adding a Dockerfile. Don't even think any configuration for the API server will be needed (except for changing the port) since you can provide most options via the client.

@cmp-nct
Copy link
Author

cmp-nct commented Apr 3, 2023

Config through UI would be better, agreed there.
I personally use Docker on Linux but it has it's quite severe drawbacks. On windows I hated it.

It's nice to have the option, though the complexity is not that high to really warrant docker.
All a user needs is npm. The npm install went flawless, starting it is another command. (Just understanding and starting two things simultaneously is a bit much)

I was more thinking about the Automatic1111 success, start.bat/sh and it's done

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