mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 13:26:32 -04:00
Correct instruction to use openweathermap utility in docstring (#2906)
Co-authored-by: Pranjal Doshi <pranjald@nvidia.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user