Skip to content

Commit 03c65d6

Browse files
committed
Fix typos in inference documentation for clarity
1 parent b70df9d commit 03c65d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ curl -X POST https://models.exosphere.host/v0/infer/ \
161161
]'
162162
```
163163

164-
You can further request outputs as a file by pass the header `Output-Format: jsonl` to the API. Example request:
164+
You can further request outputs as a file by passing the header `Output-Format: jsonl` to the API. Example request:
165165
```bash
166166
curl -X POST https://models.exosphere.host/v0/infer/ \
167167
-H "Content-Type: application/json" \
@@ -184,7 +184,7 @@ Example response:
184184
}
185185
```
186186

187-
You can download the output file from the `output_url` and the content should like:
187+
You can download the output file from the `output_url` and the content should look like:
188188
```jsonl
189189
{"key": "object-1", "output": {"type": "text", "text": "Photosynthesis is the process by which plants, algae, and some bacteria convert light energy into chemical energy."}}
190190
{"key": "object-2", "output": {"type": "text", "text": "The main ingredients in a Margherita pizza are tomato sauce, mozzarella cheese, and basil."}}

0 commit comments

Comments
 (0)