Fix small typo on Founcational -> Router notebook (#12634)

- **Description:** Fix small typo on Founcational -> Router notebook
pull/12654/head
Brian McBrayer 10 months ago committed by GitHub
parent 72fa5a463d
commit b74468f399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@
" \"Classify the topic of the user question\"\n",
"\n",
" topic: Literal[\"math\", \"physics\", \"general\"]\n",
" \"The topic of the user question. One of 'math', 'phsyics' or 'general'.\"\n",
" \"The topic of the user question. One of 'math', 'physics' or 'general'.\"\n",
"\n",
"\n",
"classifier_function = convert_pydantic_to_openai_function(TopicClassifier)\n",

Loading…
Cancel
Save