We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3effd0f commit 833be38Copy full SHA for 833be38
tests/integration_tests/test_moderation.py
@@ -16,7 +16,7 @@ def test_completions_temp0(logging_conf):
16
request_id = time.time()
17
print(f"request_id:{request_id}")
18
response = client.moderation.moderations.create(
19
- model="moderations",
+ model="moderation",
20
input={
21
"type": "text",
22
"text": "hello world "
0 commit comments