fixed links

This commit is contained in:
Salman Paracha 2025-08-20 14:03:39 -07:00
parent d570dd1cac
commit 70575d5ae7

View file

@ -11,7 +11,7 @@ _Arch is a smart proxy server designed as a modular edge and AI gateway for agen
[Quickstart](#Quickstart) • [Quickstart](#Quickstart) •
[Demos](#Demos) • [Demos](#Demos) •
[Route LLMs](#Use-Arch-as-a-LLM-Router) • [Route LLMs](#Use-Arch-as-a-LLM-Router) •
[Build agentic apps with Arch](#Build-AI-Agent-with-Arch-Gateway) • [Build agentic apps with Arch](#Build-Agentic-Apps-with-Arch) •
[Documentation](https://docs.archgw.com) • [Documentation](https://docs.archgw.com) •
[Contact](#Contact) [Contact](#Contact)
@ -85,7 +85,7 @@ $ source venv/bin/activate # On Windows, use: venv\Scripts\activate
$ pip install archgw==0.3.10 $ pip install archgw==0.3.10
``` ```
### Use Arch as a unified access layer and LLM Router ### Use Arch as a LLM Router
Arch supports two primary routing strategies for LLMs: model-based routing and preference-based routing. Arch supports two primary routing strategies for LLMs: model-based routing and preference-based routing.
#### Model-based Routing #### Model-based Routing
@ -146,7 +146,7 @@ Arch uses a lightweight 1.5B autoregressive model to map prompts (and conversati
</a> </a>
</div> </div>
### Build Agentic Apps with Arch Gateway ### Build Agentic Apps with Arch
In following quickstart we will show you how easy it is to build AI agent with Arch gateway. We will build a currency exchange agent using following simple steps. For this demo we will use `https://api.frankfurter.dev/` to fetch latest price for currencies and assume USD as base currency. In following quickstart we will show you how easy it is to build AI agent with Arch gateway. We will build a currency exchange agent using following simple steps. For this demo we will use `https://api.frankfurter.dev/` to fetch latest price for currencies and assume USD as base currency.