You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests
Ashutosh Sanzgiri 62ef63a3be
Add a utility to generate image from a prompt (OpenAI DALL-E) (#784)
This is a utility that allows you to generate an image from a prompt. It
uses the OpenAI DALL-E image generator, which can take the same API key
as the LLM. The output is a link to the generated image, which can be
downloaded to a file or rendered depending on the use case. By default a
single image of resolution 1024x1024 is generated.
1 year ago
..
integration_tests Add a utility to generate image from a prompt (OpenAI DALL-E) (#784) 1 year ago
unit_tests Pass kwargs from initialize_agent into agent classmethod (#799) 1 year ago
__init__.py initial commit 2 years ago