mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
ensuring that logo appears in dark mode (#184)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
parent
5e22c24f77
commit
bfb549b075
3 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
<img src="docs/source/_static/img/arch-logo.png" alt="Arch Gateway Logo" title="Arch Gateway Logo">
|
||||
</p>
|
||||
|
||||
## Build fast, robust, and personalized GenAI apps (agents, assistants, etc.)
|
||||
## Build fast, robust, and personalized AI agents.
|
||||
|
||||
Arch is an intelligent [Layer 7](https://www.cloudflare.com/learning/ddos/what-is-layer-7/) gateway designed to protect, observe, and personalize LLM apps with your APIs.
|
||||
Arch is an intelligent [Layer 7](https://www.cloudflare.com/learning/ddos/what-is-layer-7/) gateway designed to protect, observe, and personalize LLM applications (agents, assistants, co-pilots) with your APIs.
|
||||
|
||||
Engineered with purpose-built LLMs, Arch handles the critical but undifferentiated tasks related to the handling and processing of prompts, including detecting and rejecting [jailbreak](https://github.com/verazuo/jailbreak_llms) attempts, intelligently calling "backend" APIs to fulfill the user's request represented in a prompt, routing to and offering disaster recovery between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way.
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 335 KiB After Width: | Height: | Size: 327 KiB |
|
|
@ -2,7 +2,7 @@ Welcome to Arch!
|
|||
================
|
||||
|
||||
.. image:: /_static/img/arch-logo.png
|
||||
:width: 80%
|
||||
:width: 100%
|
||||
:align: center
|
||||
|
||||
.. raw:: html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue