Skip to content

Commit 5799ac9

Browse files
authored
Update compiling_langchain.ipynb
1 parent 9a30c1a commit 5799ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tweets/compiling_langchain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"\n",
9595
"set_llm_cache(SQLiteCache(database_path=\"cache.db\"))\n",
9696
"\n",
97-
"llm = dspy.OpenAI(model_name=\"gpt-3.5-turbo-instruct\", temperature=0)\n",
97+
"llm = OpenAI(model_name=\"gpt-3.5-turbo-instruct\", temperature=0)\n",
9898
"retrieve = lambda x: dspy.Retrieve(k=5)(x[\"question\"]).passages"
9999
]
100100
},

0 commit comments

Comments
 (0)