From 9fd5aaa1c667f82f8ca2f15c890aca7703605c76 Mon Sep 17 00:00:00 2001
From: Youcef Boumar <34604972+youcefs21@users.noreply.github.com>
Date: Fri, 10 May 2024 21:40:36 -0400
Subject: [PATCH] fix: swap images in docs
---
docs/prompt_management/integrating.mdx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/prompt_management/integrating.mdx b/docs/prompt_management/integrating.mdx
index ed9412a594..78f4588855 100644
--- a/docs/prompt_management/integrating.mdx
+++ b/docs/prompt_management/integrating.mdx
@@ -10,13 +10,13 @@ Applications and prompts created in agenta can be integrated into your projects
1. **As a Prompt Management System:** Fetch the latest version of prompts/configurations from agenta.
-
+
2. **As a Middleware:** Use the applications hosted on agenta directly.
-
+
## Using agenta as Middleware
@@ -63,4 +63,4 @@ The response object is an instance of `GetConfigResponse` from `agenta.client.ba
'frequence_penalty': 0.0,
'presence_penalty': 0.0,
'force_json': 0}
-```
\ No newline at end of file
+```