mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
use consistent version across all arch_config files
This commit is contained in:
parent
c7a3a668a9
commit
3eabb36e8d
18 changed files with 26 additions and 19 deletions
|
|
@ -93,7 +93,7 @@ In following quickstart we will show you how easy it is to build AI agent with A
|
|||
Create `arch_config.yaml` file with following content,
|
||||
|
||||
```yaml
|
||||
version: v0.1
|
||||
version: v0.1.0
|
||||
|
||||
listeners:
|
||||
ingress_traffic:
|
||||
|
|
@ -195,7 +195,7 @@ Arch operates based on a configuration file where you can define LLM providers,
|
|||
Create `arch_config.yaml` file with following content:
|
||||
|
||||
```yaml
|
||||
version: v0.1
|
||||
version: v0.1.0
|
||||
|
||||
listeners:
|
||||
egress_traffic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue