nfrankel / rust-dalle

Rust facade to call the OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust DALL.E

The project is a facade that allows calling the OpenAI API.

You can build from source or use the Docker image.

docker run -it --rm -p 3000:3000 \
           -e OPENAI_TOKEN=... \
           nfrankel/rust-dalle:0.1.0

About

Rust facade to call the OpenAI API


Languages

Language:Rust 63.1%Language:HTML 30.4%Language:Dockerfile 6.5%