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
2023-05-17 11:52:22 -04:00
..
agent_simulations fix: remove unnecessary line of code (#4408) 2023-05-09 10:35:09 -07:00
agents Typos (#4851) 2023-05-17 11:52:22 -04:00
autonomous_agents Align names of search tools (#3620) 2023-04-26 16:21:34 -07:00
chatbots Harrison/voice assistant (#3347) 2023-04-22 08:25:50 -07:00
code Typos (#4851) 2023-05-17 11:52:22 -04:00
evaluation Replaced SQLDatabaseChain deprecated direct initialisation with from_llm method (#4778) 2023-05-16 15:59:06 -07:00
multi_modal Add Steamship Image Generation Tool (#4580) 2023-05-12 10:35:01 -07:00
question_answering Fixed the example code (#4117) 2023-05-05 14:22:10 -07:00
agent_simulations.md new example: two agent debate with tools (#4024) 2023-05-08 17:10:44 -07:00
apis.md Update apis.md (#2278) 2023-04-01 12:48:16 -07:00
autonomous_agents.md Fix documentation typos (#3870) 2023-05-01 20:58:38 -07:00
chatbots.md Harrison/voice assistant (#3347) 2023-04-22 08:25:50 -07:00
code.md bump ver to 140 (#2895) 2023-04-15 09:23:19 -07:00
evaluation.rst docs: added additional_resources folder (#4748) 2023-05-15 17:12:47 -07:00
extraction.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00
personal_assistants.md Add Steamship Image Generation Tool (#4580) 2023-05-12 10:35:01 -07:00
question_answering.md Harrison/qa eg (#3052) 2023-04-17 20:56:42 -07:00
summarization.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00
tabular.md fix doc tags (#2019) 2023-03-26 21:43:51 -07:00