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 bb991d4 commit c1d22f7Copy full SHA for c1d22f7
examples/evaluation/use-cases/responses-evaluation.ipynb
@@ -44,7 +44,7 @@
44
"source": [
45
"openai_sdk_file_path = os.path.dirname(openai.__file__)\n",
46
"\n",
47
- "# Get some example code files from the OpenAI SDK\n",
+ "# Get some example code files from the OpenAI SDK \n",
48
"file_paths = [\n",
49
" os.path.join(openai_sdk_file_path, \"resources\", \"evals\", \"evals.py\"),\n",
50
" os.path.join(openai_sdk_file_path, \"resources\", \"responses\", \"responses.py\"),\n",
0 commit comments