Skip to content

Commit 09e140c

Browse files
docs: fix cookbook
1 parent 0892959 commit 09e140c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/example_external_evaluation_pipelines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
},
162162
"outputs": [],
163163
"source": [
164-
"import openai\n",
164+
"from langfuse.openai import openai\n",
165165
"\n",
166166
"topic_suggestion = \"\"\" You're a world-class journalist, specialized\n",
167167
"in figuring out which are the topics that excite people the most.\n",

pages/guides/cookbook/example_external_evaluation_pipelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Let's go ahead and generate a list of topic suggestions that we can later query
9595

9696

9797
```python
98-
import openai
98+
from langfuse.openai import openai
9999

100100
topic_suggestion = """ You're a world-class journalist, specialized
101101
in figuring out which are the topics that excite people the most.

0 commit comments

Comments
 (0)