kardolus / chatgpt-cli

ChatGPT CLI is an advanced command-line interface for ChatGPT models via OpenAI and Azure, offering streaming, query mode, and history tracking for seamless, context-aware conversations. Ideal for both users and developers, it provides advanced configuration and easy setup options to ensure a tailored conversational experience with the GPT model.
MIT License
404 stars 28 forks source link

32 bit's support #51

Closed Nehc closed 1 month ago

Nehc commented 1 month ago

This tool will be especially cool on ancient devices where there is nothing but the CLI. But now it does not run on the Eee PC 900, as I understand it because it is a 32-bit platform. I could probably compile it myself from the sources, but... I need more instructions - I'm not an expert in this. )

kardolus commented 1 month ago

@Nehc ahh interesting. I have not thought about that use case yet. I created a 32 bit linux binary. Any chance you could test it out on your Eee PC 900?

https://github.com/kardolus/chatgpt-cli/releases/download/v1.6.1/chatgpt-linux-386

kardolus commented 1 month ago

This may take me a few iterations to get right btw. I may have to disable CGO (static linking)

Nehc commented 1 month ago

It's work! coool. Grats! )

I think it's worth adding a 32-bit version to releases. Many will be interested in running on ancient hardware...

kardolus commented 1 month ago

Yay, that's awesome. Thank you for testing. Just added the linux 386 binary to the script for future releases and updated the readme.