Skip to content

Commit c1d22f7

Browse files
wip
1 parent bb991d4 commit c1d22f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/evaluation/use-cases/responses-evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"source": [
4545
"openai_sdk_file_path = os.path.dirname(openai.__file__)\n",
4646
"\n",
47-
"# Get some example code files from the OpenAI SDK\n",
47+
"# Get some example code files from the OpenAI SDK \n",
4848
"file_paths = [\n",
4949
" os.path.join(openai_sdk_file_path, \"resources\", \"evals\", \"evals.py\"),\n",
5050
" os.path.join(openai_sdk_file_path, \"resources\", \"responses\", \"responses.py\"),\n",

0 commit comments

Comments
 (0)