Skip to content

Commit 01c433a

Browse files
committed
doc: fix typos OpenAIResponse -> OpenAIResponses
1 parent 3e5b6a3 commit 01c433a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ you can still use it by specifying the SDK client directly.
186186
We take OpenAI GPT-4.1 as and example here.
187187

188188
```python
189-
from tfbench.lm import OpenAIResponse
189+
from tfbench.lm import OpenAIResponses
190190
from tfbench import run_one_model
191191

192192
model = "gpt-4.1"

0 commit comments

Comments
 (0)