mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +00:00
Correct instruction to use openweathermap utility in docstring (#2906)
Co-authored-by: Pranjal Doshi <pranjald@nvidia.com>
This commit is contained in:
parent
a508afa91c
commit
30573b2e30
@ -13,8 +13,8 @@ class OpenWeatherMapAPIWrapper(BaseModel):
|
|||||||
Docs for using:
|
Docs for using:
|
||||||
|
|
||||||
1. Go to OpenWeatherMap and sign up for an API key
|
1. Go to OpenWeatherMap and sign up for an API key
|
||||||
3. Save your API KEY into OPENWEATHERMAP_API_KEY env variable
|
2. Save your API KEY into OPENWEATHERMAP_API_KEY env variable
|
||||||
4. pip install wolframalpha
|
3. pip install pyowm
|
||||||
"""
|
"""
|
||||||
|
|
||||||
owm: Any
|
owm: Any
|
||||||
|
Loading…
Reference in New Issue
Block a user