From 9be26e1bd211a073c48846ab495e68d6556cc145 Mon Sep 17 00:00:00 2001 From: aditya218 Date: Wed, 11 Dec 2024 16:12:25 -0800 Subject: [PATCH] Fix documentation to point to local environment image_generation.md (#1005) Fix documentation to point to local environment. --- 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 14a005b3..d277d592 100644 --- a/documentation/docs/features/image_generation.md +++ b/documentation/docs/features/image_generation.md @@ -17,7 +17,7 @@ You have a couple of image generation options. We support most state of the art image generation models, including Ideogram, Flux, and Stable Diffusion. These will run using [Replicate](https://replicate.com). Here's how to set them up: 1. Get a Replicate API key [here](https://replicate.com/account/api-tokens). -1. Create a new [Text to Image Model](https://app.khoj.dev/server/admin/database/texttoimagemodelconfig/). Set the `type` to `Replicate`. Use any of the model names you see [on this list](https://replicate.com/pricing#image-models). +1. Create a new [Text to Image Model](http://localhost:42110/server/admin/database/texttoimagemodelconfig/). Set the `type` to `Replicate`. Use any of the model names you see [on this list](https://replicate.com/pricing#image-models). ### OpenAI