mirror of
https://github.com/katanemo/plano.git
synced 2026-05-27 14:17:15 +02:00
chore: fix three typos in README + comment (#959)
- README.md L35: image alt text "arcitecture" -> "architecture" - README.md L159: image alt text "Atomatic Tracing" -> "Automatic Tracing" - crates/common/src/api/open_ai.rs L56: comment "requried parameters" -> "required parameters" Doc + comment only. Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
This commit is contained in:
parent
241a181d3a
commit
554a3d1f6a
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ Plano solves this by moving core delivery concerns into a unified, out-of-proces
|
|||
Plano pulls rote plumbing out of your framework so you can stay focused on what matters most: the core product logic of your agentic applications. Plano is backed by [industry-leading LLM research](https://planoai.dev/research) and built on [Envoy](https://envoyproxy.io) by its core contributors, who built critical infrastructure at scale for modern worklaods.
|
||||
|
||||
**High-Level Network Sequence Diagram**:
|
||||

|
||||

|
||||
|
||||
**Jump to our [docs](https://docs.planoai.dev)** to learn how you can use Plano to improve the speed, safety and obervability of your agentic applications.
|
||||
|
||||
|
|
@ -156,7 +156,7 @@ curl http://localhost:8001/v1/chat/completions \
|
|||
|
||||
Every request is traced end-to-end with OpenTelemetry - no instrumentation code needed.
|
||||
|
||||

|
||||

|
||||
|
||||
### What You Didn't Have to Build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue