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 9a30c1a commit 5799ac9Copy full SHA for 5799ac9
examples/tweets/compiling_langchain.ipynb
@@ -94,7 +94,7 @@
94
"\n",
95
"set_llm_cache(SQLiteCache(database_path=\"cache.db\"))\n",
96
97
- "llm = dspy.OpenAI(model_name=\"gpt-3.5-turbo-instruct\", temperature=0)\n",
+ "llm = OpenAI(model_name=\"gpt-3.5-turbo-instruct\", temperature=0)\n",
98
"retrieve = lambda x: dspy.Retrieve(k=5)(x[\"question\"]).passages"
99
]
100
},
0 commit comments