From 77b93eee62dbc6272992d33631db94d9d1bc4f33 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 6 Nov 2023 16:49:10 -0500 Subject: [PATCH] dalle3 Former-commit-id: 4fb38c1c62d39cfdfe8c0d45f51ae9523eadeee5 --- docs/swarms/models/dalle3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/swarms/models/dalle3.md b/docs/swarms/models/dalle3.md index ff12b130..346489c7 100644 --- a/docs/swarms/models/dalle3.md +++ b/docs/swarms/models/dalle3.md @@ -23,10 +23,10 @@ The Dalle3 library is a Python module that provides an easy-to-use interface for ## Installation -To install the Dalle3 library, you can use pip: +To use the Dalle3 model, you must first install swarms: ```bash -pip install dalle3 +pip install swarms ``` ---