brainlid / langchain

Elixir implementation of an AI focused LangChain style framework.
https://hexdocs.pm/langchain/
Other
571 stars 68 forks source link

add openai image endpoint support (aka DALL-E-2 & DALL-E-3) #116

Closed brainlid closed 4 months ago

brainlid commented 4 months ago

This adds support for the OpenAI-specific API interface for generating images using DALL-E-2 and DALL-E-3.

It returns a LangChain.Images.GeneratedImage struct and LangChain.Images` module makes it easy to download generated images.