Skip to content

Commit

Permalink
Update packages/inference/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Chaumond <[email protected]>
  • Loading branch information
radames and julien-c authored May 9, 2024
1 parent 779b828 commit b66fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ for await (const output of hf.streamingRequest({
}
```

You can use any OpenAI Chat Completion API-compatible provider with the `chatCompletion` method.
You can use any Chat Completion API-compatible provider with the `chatCompletion` method.

```typescript
// Chat Completion Example
Expand Down

0 comments on commit b66fcf3

Please sign in to comment.