Correct typo in APIChain example notebook (Farenheit -> Fahrenheit) (#4938)

Correct typo in APIChain example notebook (Farenheit -> Fahrenheit)
This commit is contained in:
Jeffrey D 2023-05-18 13:48:02 -05:00 committed by GitHub
parent c75c0775e1
commit 7e8e21c914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"' The current temperature in Munich, Germany is 33.4 degrees Farenheit with a windspeed of 6.8 km/h and a wind direction of 198 degrees. The weathercode is 2.'" "' The current temperature in Munich, Germany is 33.4 degrees Fahrenheit with a windspeed of 6.8 km/h and a wind direction of 198 degrees. The weathercode is 2.'"
] ]
}, },
"execution_count": 4, "execution_count": 4,
@ -79,7 +79,7 @@
} }
], ],
"source": [ "source": [
"chain_new.run('What is the weather like right now in Munich, Germany in degrees Farenheit?')" "chain_new.run('What is the weather like right now in Munich, Germany in degrees Fahrenheit?')"
] ]
}, },
{ {