docs: Replace unsupported models with structured output-supported models (#3982)

This commit is contained in:
Ykoh
2025-06-09 14:17:05 -04:00
committed by GitHub
parent c42cd57a32
commit 0035ab9825
10 changed files with 144 additions and 47 deletions
+1 -1
View File
@@ -185,7 +185,7 @@
"\n",
"\n",
"# LLM with function call\n",
"llm = ChatOpenAI(model=\"gpt-3.5-turbo-0125\", temperature=0)\n",
"llm = ChatOpenAI(model=\"gpt-4o-mini\", temperature=0)\n",
"structured_llm_grader = llm.with_structured_output(GradeDocuments)\n",
"\n",
"# Prompt\n",