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

- **Description:** Fix small typo on Founcational -> Router notebook
This commit is contained in:
Brian McBrayer 2023-10-31 12:16:29 -04:00 committed by GitHub
parent 72fa5a463d
commit b74468f399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",