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

Correct typo in APIChain example notebook (Farenheit -> Fahrenheit)
searx_updates
Jeffrey D 1 year ago committed by GitHub
parent c75c0775e1
commit 7e8e21c914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@
{
"data": {
"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,
@ -79,7 +79,7 @@
}
],
"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?')"
]
},
{

Loading…
Cancel
Save