Skip to content

Commit c927bb9

Browse files
authored
Merge pull request #17 from mharrisb1:release/0.2.x
chore(docs): add note about project scope
2 parents 498b169 + 5a8a22d commit c927bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
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).
1212

13+
> [!IMPORTANT]
14+
> 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.
15+
1316
```python
1417
import openai_responses
1518
from openai import OpenAI

0 commit comments

Comments
 (0)