Fix typos
This commit is contained in:
omahs
2023-10-23 02:16:03 +02:00
committed by GitHub
parent 1afdb40b48
commit f3cc9bba5b
11 changed files with 14 additions and 14 deletions
@@ -107,7 +107,7 @@
"# Now let's try with fallbacks to Anthropic\n",
"with patch('openai.ChatCompletion.create', side_effect=RateLimitError()):\n",
" try:\n",
" print(llm.invoke(\"Why did the the chicken cross the road?\"))\n",
" print(llm.invoke(\"Why did the chicken cross the road?\"))\n",
" except:\n",
" print(\"Hit error\")"
]