Hmm Copilot or GPT? Who knows. Get access to gpt-4 via copilot.
10K+
For docs please refer to https://github.com/Geniucker/CoGPT
Here's a possible docker-compose.yml
version: '3'
services:
cogpt-api:
image: geniucker/cogpt:latest
environment:
- HOST=0.0.0.0
ports:
- 8080:8080
volumes:
- ./db:/app/db
- ./log:/app/log
restart: unless-stopped
container_name: cogpt-api
You can change the first 8080 in ports to set the external port.
Content type
Image
Digest
sha256:8f0c16e81…
Size
10.2 MB
Last updated
over 2 years ago
docker pull geniucker/cogpt