mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update readme
This commit is contained in:
parent
85ab948b13
commit
d74af53972
2 changed files with 0 additions and 33 deletions
13
README.md
13
README.md
|
|
@ -48,19 +48,6 @@ And you think to yourself, can't I move faster by focusing on higher-level objec
|
|||
**High-Level Sequence Diagram**:
|
||||

|
||||
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
participant dotcom
|
||||
participant iframe
|
||||
participant viewscreen
|
||||
dotcom->>iframe: loads html w/ iframe url
|
||||
iframe->>viewscreen: request template
|
||||
viewscreen->>iframe: html & javascript
|
||||
iframe->>dotcom: iframe ready
|
||||
dotcom->>iframe: set mermaid data on iframe
|
||||
iframe->>iframe: render mermaid
|
||||
```
|
||||
|
||||
**Jump to our [docs](https://docs.archgw.com)** to learn how you can use Arch to improve the speed, security and personalization of your GenAI apps.
|
||||
|
||||
> [!IMPORTANT]
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
version: v0.1
|
||||
|
||||
listeners:
|
||||
egress_traffic:
|
||||
address: 0.0.0.0
|
||||
port: 12000
|
||||
message_format: openai
|
||||
timeout: 30s
|
||||
|
||||
llm_providers:
|
||||
- name: gpt-4o
|
||||
access_key: $OPENAI_API_KEY
|
||||
provider: openai
|
||||
model: gpt-4o
|
||||
default: true
|
||||
|
||||
- name: ministral-3b
|
||||
access_key: $MISTRAL_API_KEY
|
||||
provider: openai
|
||||
model: ministral-3b-latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue