Skip to content

Commit 53f053a

Browse files
committed
Add OpenAIUser to docs.
1 parent 5551f5d commit 53f053a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: docs/testing-other-systems.rst

+11
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ REST
5858

5959
See :ref:`FastHttpUser <rest>`
6060

61+
OpenAI
62+
======
63+
64+
Performance/load testing AI services is a little different. While you could call the OpenAI API using HttpUser or FastHttpUser, it is often convenient to use `the SDK <https://github.com/openai/openai-python>`_.
65+
66+
.. literalinclude:: ../examples/openai_ex.py
67+
68+
.. note::
69+
70+
OpenAIUser is experimental and may change without notice.
71+
6172
Other examples
6273
==============
6374

0 commit comments

Comments
 (0)