release 0.3.11 (#565)

This commit is contained in:
Adil Hafeez 2025-09-11 18:44:18 -07:00 committed by GitHub
parent fb0581fd39
commit 1e8c81d8f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 334 additions and 338 deletions

View file

@ -83,7 +83,7 @@ Arch's CLI allows you to manage and interact with the Arch gateway efficiently.
```console
$ python3.12 -m venv venv
$ source venv/bin/activate # On Windows, use: venv\Scripts\activate
$ pip install archgw==0.3.10
$ pip install archgw==0.3.11
```
### Use Arch as a LLM Router
@ -210,7 +210,7 @@ endpoints:
```sh
$ archgw up arch_config.yaml
2024-12-05 16:56:27,979 - cli.main - INFO - Starting archgw cli version: 0.3.10
2024-12-05 16:56:27,979 - cli.main - INFO - Starting archgw cli version: 0.3.11
2024-12-05 16:56:28,485 - cli.utils - INFO - Schema validation successful!
2024-12-05 16:56:28,485 - cli.main - INFO - Starting arch model server and arch gateway
2024-12-05 16:56:51,647 - cli.core - INFO - Container is healthy!