Closed depau closed 2 months ago
@depau done! :)
https://github.com/kardolus/chatgpt-cli/releases/tag/v1.6.5
Future releases will have them automatically: https://github.com/kardolus/chatgpt-cli/commit/0c7d14f6089f5c5425ce3be8e2488e45290d5a11
Any chance you can test the BSD build I added to the 1.6.5 release?
Here are some one liners if that's easier.
ARM:
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/latest/download/chatgpt-freebsd-arm64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
AMD:
curl -L -o chatgpt https://github.com/kardolus/chatgpt-cli/releases/latest/download/chatgpt-freebsd-amd64 && chmod +x chatgpt && sudo mv chatgpt /usr/local/bin/
Thanks!
Hi! Could you please enable building for FreeBSD? It works with no changes required