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/use_cases
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_simulations fix: remove unnecessary line of code (#4408) 1 year ago
agents Typos (#4851) 1 year ago
autonomous_agents Align names of search tools (#3620) 1 year ago
chatbots Harrison/voice assistant (#3347) 1 year ago
code Typos (#4851) 1 year ago
evaluation Replaced `SQLDatabaseChain` deprecated direct initialisation with `from_llm` method (#4778) 1 year ago
multi_modal Add Steamship Image Generation Tool (#4580) 1 year ago
question_answering Fixed the example code (#4117) 1 year ago
agent_simulations.md new example: two agent debate with tools (#4024) 1 year ago
apis.md Update apis.md (#2278) 1 year ago
autonomous_agents.md Fix documentation typos (#3870) 1 year ago
chatbots.md Harrison/voice assistant (#3347) 1 year ago
code.md bump ver to 140 (#2895) 1 year ago
evaluation.rst docs: added `additional_resources` folder (#4748) 1 year ago
extraction.md fix doc tags (#2019) 1 year ago
personal_assistants.md Add Steamship Image Generation Tool (#4580) 1 year ago
question_answering.md Harrison/qa eg (#3052) 1 year ago
summarization.md fix doc tags (#2019) 1 year ago
tabular.md fix doc tags (#2019) 1 year ago