AineeJames / ChatGPTerminator

GPTerminator provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.
MIT License
230 stars 16 forks source link

Suggestion: Create a PyPi ChatGPTerminator package #4

Closed Nanobot567 closed 1 year ago

Nanobot567 commented 1 year ago

This would make it a lot easier for users to install ChatGPTerminator.

AineeJames commented 1 year ago

I completely agree, however, I have little practice with packaging projects and am hesitant due to the config file the program uses... Any ideas?

Nanobot567 commented 1 year ago

Any ideas for how to package ChatGPTerminator, do you mean? Also, what's wrong with your config file? It looks alright to me

AineeJames commented 1 year ago

I figured it out I think and you should now be able to install by cloning the repo, and then running 'pip install .' Then you can call the program from anywhere with the gpterm cmd.

Nanobot567 commented 1 year ago

Awesome! Do you think you could upload it to pypi too so users could download it directly from pip instead of cloning the repo? I don't know exactly how that process goes or how involved it is so you don't have to do that if you don't want to

AineeJames commented 1 year ago

You should be able to download it as of the new release using 'pip install gpterminator'! Then you can call it from anywhere by typing 'gpterm'.

Nanobot567 commented 1 year ago

Cool, thanks for doing that! :)