langchain/docs/modules/agents
UmerHA e257380deb
Typos (#4851)
# Fixed typos (issues #4818 & #4668 & more typos)
- At some places, it said `model = ChatOpenAI(model='gpt-3.5-turbo')`
but should be `model = ChatOpenAI(model_name='gpt-3.5-turbo')`
- Fixes some other typos

Fixes #4818, #4668

## Who can review?
Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:
        Models
        - @hwchase17
        - @agola11
        Agents / Tools / Toolkits
        - @vowelparrot
2023-05-17 11:52:22 -04:00
..
agent_executors/examples google-serper: async + full json results + support for Google Images, Places and News (#4078) 2023-05-03 22:35:48 -07:00
agents Typos (#4851) 2023-05-17 11:52:22 -04:00
toolkits/examples Harrison/spark connect example (#4659) 2023-05-13 21:44:54 -07:00
tools Update huggingface_tools.ipynb (#4700) 2023-05-16 16:28:27 -07:00
agent_executors.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
agents.rst agent docs (#2551) 2023-04-07 10:01:23 -07:00
getting_started.ipynb Modify docs (#2539) 2023-04-07 07:21:38 -07:00
how_to_guides.rst pandas and csv agents (#1353) 2023-02-28 22:19:11 -08:00
plan_and_execute.ipynb Fix age inconsistency in plan and execute Jupyter notebook example (#4814) 2023-05-16 15:27:27 -07:00
toolkits.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
tools.rst tool validation logic 2023-04-17 21:59:32 -07:00