Skip to content

Commit

Permalink
fix(README): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk authored May 10, 2024
1 parent 4b7fff9 commit 34bdece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 34bdece

Please sign in to comment.