Skip to content

Commit

Permalink
bold properly
Browse files Browse the repository at this point in the history
  • Loading branch information
wuisawesome committed May 15, 2024
1 parent 6c3a5e2 commit 07f47d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/offline_inference_openai.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Offline Inference with the OpenAI Batch file format

*NOTE:* This is a guide to performing batch inference using the OpenAI batch file format, *NOT* the complete Batch (REST) API.
**NOTE:** This is a guide to performing batch inference using the OpenAI batch file format, **NOT** the complete Batch (REST) API.

## File Format

Expand All @@ -10,7 +10,7 @@

Each line represents a separate request. See the [OpenAI package reference](https://platform.openai.com/docs/api-reference/batch/requestInput) for more details.

*NOTE:* We currently only support to `/v1/chat/completions` endpoint (embeddings and completions coming soon).
**NOTE:** We currently only support to `/v1/chat/completions` endpoint (embeddings and completions coming soon).

## Pre-requisites

Expand Down

0 comments on commit 07f47d8

Please sign in to comment.