chatgpt/README.md

24 lines
386 B
Markdown
Raw Permalink Normal View History

2023-10-10 17:25:39 +02:00
# ChatGPT CLI
2023-10-10 17:33:57 +02:00
[chatgpt-cli](https://github.com/marcolardera/chatgpt-cli)
2023-10-10 17:25:39 +02:00
<!-- metadata -->
* **Category**: Utilities
* **Status**: 0, work-in-progress
* **Image**: , 4, local
* **Healthcheck**: No
* **Backups**: N/A
* **Email**: N/A
* **Tests**: No
* **SSO**: N/A
<!-- endmetadata -->
# Deployment
Copy the Dockerfile to the server and build it:
```
docker build -t chatgpt .
```