Skip to content

Commit

Permalink
Merge pull request #17 from mharrisb1:release/0.2.x
Browse files Browse the repository at this point in the history
chore(docs): add note about project scope
  • Loading branch information
mharrisb1 authored Apr 25, 2024
2 parents 498b169 + 5a8a22d commit c927bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

Pytest plugin for automatically mocking OpenAI requests. Simply decorate any test function that contains code that calls an OpenAI endpoint (either using the SDK or HTTPX).

> [!IMPORTANT]
> This project does not try to generate fake responses from the models. Any part of a response that would be generated by a model will need to be defined by the user or will fallback to a default value.
```python
import openai_responses
from openai import OpenAI
Expand Down

0 comments on commit c927bb9

Please sign in to comment.