You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
1 year ago
..
agent_executors/examples
agents Typos (#4851) 1 year ago
toolkits/examples
tools Update huggingface_tools.ipynb (#4700) 1 year ago
agent_executors.rst
agents.rst
getting_started.ipynb
how_to_guides.rst
plan_and_execute.ipynb
toolkits.rst
tools.rst