DallETool은 텍스트 설명을 기반으로 이미지를 생성하는 강력한 도구다.
DallETool
pip install 'crewai[tools]'
from crewai_tools import DallETool Agent( ... tools=[DallETool()], )
from crewai_tools import DallETool dalle_tool = DallETool(model="dall-e-3", size="1024x1024", quality="standard", n=1) Agent( ... tools=[dalle_tool] )
client.images.generate