From 95a2387e9b06abf7b5233361878c7b245112d18e Mon Sep 17 00:00:00 2001 From: Sohaib Athar Date: Sun, 5 Jan 2025 07:25:41 +0500 Subject: [PATCH] Update image_generation.md Fixed typo --- documentation/docs/features/image_generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/features/image_generation.md b/documentation/docs/features/image_generation.md index 93e635378..e1487981d 100644 --- a/documentation/docs/features/image_generation.md +++ b/documentation/docs/features/image_generation.md @@ -23,4 +23,4 @@ We support most state of the art image generation models, including Ideogram, Fl 1. Get [an OpenAI API key](https://platform.openai.com/settings/organization/api-keys). 2. Setup your OpenAI API key, if you haven't already. See instructions [here](/get-started/setup#add-chat-models) -3. Create a text to image config at http://localhost:42110/server/admin/database/texttoimagemodelconfig/. Use `model name` `dall-e-3` to you use openai for image generation. Make sure to set the `Ai model api` field to the the OpenAI AI model api you setup in step 2. +3. Create a text to image config at http://localhost:42110/server/admin/database/texttoimagemodelconfig/. Use `model name` `dall-e-3` to use openai for image generation. Make sure to set the `Ai model api` field to the the OpenAI AI model api you setup in step 2.