Port details |
- chatgpt-shell-cli Shell script to use OpenAI's ChatGPT and DALL-E from the terminal
- g20230516 misc
=2 g20230516Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2023-04-18 13:30:05
- Last Update: 2023-06-10 18:02:50
- Commit Hash: c7e31ef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/0xacx/chatGPT-shell-cli
- Description:
- A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the
terminal without installing python or node.js. The script uses the official
ChatGPT model gpt-3.5-turbo with the OpenAI API endpoint /chat/completions.
You can also use the new gpt-4 model, if you have access.
The script supports the use of all other OpenAI models with the completions
endpoint and the images/generations endpoint for generating images.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- chatgpt-shell-cli>0:misc/chatgpt-shell-cli
- To install the port:
- cd /usr/ports/misc/chatgpt-shell-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/chatgpt-shell-cli
- pkg install chatgpt-shell-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: chatgpt-shell-cli
- Package flavors (<flavor>: <package>)
- x11: chatgpt-shell-cli
- nox11: chatgpt-shell-cli-nox11
- distinfo:
- TIMESTAMP = 1684340660
SHA256 (0xacx-chatGPT-shell-cli-g20230516-926587a_GH0.tar.gz) = 0d86a7b6e7ea1074e8c2be2760fabc041c3b89d223a4de75932bdc4b6481efe7
SIZE (0xacx-chatGPT-shell-cli-g20230516-926587a_GH0.tar.gz) = 11583
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- curl : ftp/curl
- jq : textproc/jq
- xdg-open : devel/xdg-utils
- ImageMagick7>=7 : graphics/ImageMagick7@x11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_chatgpt-shell-cli
- USES:
- magick:x11,run shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20230516 10 Jun 2023 18:02:50
    |
Nicola Vitale (nivit)  Author: Jimmy Olgeni |
misc/chatgpt-shell-cli: Add nox11 flavor
Add nox11 flavor, so that it can be installed/used on headless servers.
PR: 271880
Reported by: olgeni |
g20230516 17 May 2023 19:12:23
    |
Nicola Vitale (nivit)  |
misc/chatgpt-shell-cli: Update to g20230516 |
g20230411_1 30 Apr 2023 11:10:42
    |
Felix Palmen (zirias)  |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
g20230411 18 Apr 2023 13:39:40
    |
Nicola Vitale (nivit)  |
misc/chatgpt-shell-cli: Add shebangfix to USES |
g20230411 18 Apr 2023 13:29:11
    |
Nicola Vitale (nivit)  |
misc/chatgpt-shell-cli: Add new port
A simple, lightweight shell script to use OpenAI's chatGPT and DALL-E from the
terminal without installing python or node.js. The script uses the official
ChatGPT model gpt-3.5-turbo with the OpenAI API endpoint /chat/completions.
You can also use the new gpt-4 model, if you have access.
The script supports the use of all other OpenAI models with the completions
endpoint and the images/generations endpoint for generating images.
https://github.com/0xacx/chatGPT-shell-cli |
Number of commits found: 5
|