Skip to content

Rust facade to call the OpenAI API

Notifications You must be signed in to change notification settings

zoosky/rust-dalle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 63.1%
  • HTML 30.4%
  • Dockerfile 6.5%