Skip to content

Commit

Permalink
add openai as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Jan 4, 2024
1 parent 3f3a409 commit cbc491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/evals/evals_quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"Let's get started!\n",
"\n",
"First, install Phoenix with `pip install arize-phoenix`.\n",
"First, install dependencies with `pip install arize-phoenix openai`.\n",
"\n",
"To get you up and running quickly, we'll download some pre-existing trace data collected from a LlamaIndex application (in practice, this data would be collected by instrumenting your LLM application with an OpenInference-compatible tracer). # TODO: Add link"
]
Expand Down

0 comments on commit cbc491c

Please sign in to comment.