mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +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:
|
||||
|
||||
1. Go to OpenWeatherMap and sign up for an API key
|
||||
3. Save your API KEY into OPENWEATHERMAP_API_KEY env variable
|
||||
4. pip install wolframalpha
|
||||
2. Save your API KEY into OPENWEATHERMAP_API_KEY env variable
|
||||
3. pip install pyowm
|
||||
"""
|
||||
|
||||
owm: Any
|
||||
|
Loading…
Reference in New Issue
Block a user