From 34bdece26dc5ea9359ce5bae800b178c33674822 Mon Sep 17 00:00:00 2001 From: Mateusz Charytoniuk Date: Fri, 10 May 2024 15:27:04 +0200 Subject: [PATCH] fix(README): typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f17769..2045c54 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ schema to arbitrary Go struct (or just plain JSON). It is focused on [llama.cpp](https://github.com/ggerganov/llama.cpp). Support for other vendor APIs (like OpenAI or Anthropic) might be added in the future. -## How it works +## How It Works ```mermaid sequenceDiagram @@ -21,7 +21,7 @@ sequenceDiagram llama.cpp->>Structured: extracted entity Structured->>Structured: validates extracted entity (double check) Structured-->>llama.cpp: retry if validation fails - Structured->>You: JSON matching your schema schema + Structured->>You: JSON matching your schema ``` ## HTTP API