mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Fix typo in code example. (#1588)
This commit is contained in:
parent
a3b08bb373
commit
010e24382c
@ -217,7 +217,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"# Call the main function with the good request - this should get blocked\n",
|
"# Call the main function with the bad request - this should get blocked\n",
|
||||||
"response = await execute_chat_with_guardrail(bad_request)\n",
|
"response = await execute_chat_with_guardrail(bad_request)\n",
|
||||||
"print(response)"
|
"print(response)"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user