Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #4851

Merged
merged 2 commits into from
May 17, 2023
Merged

Typos #4851

merged 2 commits into from
May 17, 2023

Conversation

UmerHA
Copy link
Contributor

@UmerHA UmerHA commented May 17, 2023

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

At some places ChatOpenAI(model='gpt-3.5-turbo') was used instead of ChatOpenAI(model_name='gpt-3.5-turbo')
@eyurtsev eyurtsev added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label May 17, 2023
@eyurtsev eyurtsev merged commit e257380 into langchain-ai:master May 17, 2023
@UmerHA UmerHA deleted the typos branch May 17, 2023 23:34
@danielchalef danielchalef mentioned this pull request Jun 5, 2023
This was referenced Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm PR looks good. Use to confirm that a PR is ready for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in DeepLake Code Analysis Tutorials
2 participants