Skip to content

Commit

Permalink
Merge pull request #1633 from youcefs21/patch-1
Browse files Browse the repository at this point in the history
fix: swap images in docs
  • Loading branch information
mmabrouk authored May 11, 2024
2 parents 59d5ea7 + 9fd5aaa commit 3c70eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/prompt_management/integrating.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Frame>
<img height="200" src="/images/prompt_management/asaproxy.png" />
<img height="200" src="/images/prompt_management/asapromptmanagement.png" />
</Frame>

2. **As a Middleware:** Use the applications hosted on agenta directly.

<Frame>
<img height="200" src="/images/prompt_management/asapromptmanagement.png" />
<img height="200" src="/images/prompt_management/asaproxy.png" />
</Frame>

## Using agenta as Middleware
Expand Down Expand Up @@ -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}
```
```

0 comments on commit 3c70eff

Please sign in to comment.