mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 17:38:36 +00:00
Fixed Typo in Fallbacks.ipynb (#9373)
Removed extra "the" in the sentence about the chicken crossing the road in fallbacks.ipynb. The sentence now reads correctly: "Why did the chicken cross the road?" This resolves the grammatical error and improves the overall quality of the content. @baskaryan , @hinthornw , @hwchase17
This commit is contained in:
parent
c71afb46d1
commit
c194828be0
@ -84,7 +84,7 @@
|
|||||||
"# Let's use just the OpenAI LLm first, to show that we run into an error\n",
|
"# Let's use just the OpenAI LLm first, to show that we run into an error\n",
|
||||||
"with patch('openai.ChatCompletion.create', side_effect=RateLimitError()):\n",
|
"with patch('openai.ChatCompletion.create', side_effect=RateLimitError()):\n",
|
||||||
" try:\n",
|
" try:\n",
|
||||||
" print(openai_llm.invoke(\"Why did the the chicken cross the road?\"))\n",
|
" print(openai_llm.invoke(\"Why did the chicken cross the road?\"))\n",
|
||||||
" except:\n",
|
" except:\n",
|
||||||
" print(\"Hit error\")"
|
" print(\"Hit error\")"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user