langchain/docs/modules
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
..
agents Typos (#4851) 2023-05-17 11:52:22 -04:00
callbacks add more color to callbacks docs (#3856) 2023-04-30 19:13:01 -07:00
chains Update summarize.ipynb (#4529) 2023-05-16 18:14:00 -07:00
indexes Typos (#4851) 2023-05-17 11:52:22 -04:00
memory Cassandra support for chat history (#4378) (#4764) 2023-05-15 23:43:09 -07:00
models DOC: Fix SageMaker example (#4598) 2023-05-16 17:28:16 -07:00
prompts Harrison/prompt constructor methods (#4616) 2023-05-13 09:23:51 -07:00
utils/examples Pass parsed inputs through to tool _run (#4309) 2023-05-08 09:13:05 -07:00
agents.rst Harrison/plan and solve (#4422) 2023-05-09 21:07:56 -07:00
chains.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
indexes.rst Correct typo in documentation for word 'therefore' (#2529) 2023-04-06 23:20:30 -07:00
memory.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
models.rst Harrison/standard llm interface (#4615) 2023-05-13 09:05:31 -07:00
paul_graham_essay.txt Fix notebook example (#3142) 2023-04-19 08:55:06 -07:00
prompts.rst Harrison/prompt constructor methods (#4616) 2023-05-13 09:23:51 -07:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00