Setup
You will need an OpenAI API Key which you can get from the OpenAI web site and then set the OPENAI_API_KEY environment variable to the key you just created. To use the Dall-E Tool you need to install the LangChain OpenAI integration package:npm
Related
- Tool conceptual guide
- Tool how-to guides