Terminal based ASCII image generator backed by DALL·E 3
- MacOS / Linux
- Go go1.22.4
- VS Code
In the project root folder create config.yaml
file based on the provided config.yaml.example
.
Fill in the OpenAI API token value, which can be obtained here.
go run .
go test -v ./..