Skip to content

Commit

Permalink
Typo correction (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryskim authored Nov 22, 2024
1 parent c52dcc1 commit 59c85a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AI_Agents_Guide/Constrained_Decoding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ assistant
```

## Enforcig Output Format via External Libraries
## Enforcing Output Format via External Libraries

In this section of the tutorial, we'll show how to impose constrains on LLMs,
which are not inherently fine-tuned for constrained decoding. We'll
Expand Down Expand Up @@ -700,4 +700,4 @@ curl -X POST localhost:8000/v2/models/ensemble/generate -d '{"text_input": "Who
This time, the expected response looks like:
```bash
{"context_logits":0.0,...,"text_output":"Who is Harry Potter?{ \"name\": \"Harry Potter\",\"house\": \"Gryffindor\",\"blood_status\": \"Pure-blood\",\"occupation\": \"Wizards\",\"alive\": \"No\",\"wand\": {\"wood\": \"Holly\",\"core\": \"Phoenix feather\",\"length\": 11 }}"}
```
```

0 comments on commit 59c85a0

Please sign in to comment.