Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chihebnabil committed Jun 6, 2024
1 parent c9bde80 commit 41faf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In this example, the `response` constant will contain mock data, simulating a re
usage: { completion_tokens: 17, prompt_tokens: 57, total_tokens: 74 }
}
```
The library is also support `streaming"
The library also supports mocking `stream` responses

```js
// Call the mockOpenAIResponse function once to set up the mock
Expand Down

0 comments on commit 41faf52

Please sign in to comment.