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

fix (docs): typos fixed in the Node.js Quickstart #4677

Merged
merged 4 commits into from
Feb 10, 2025

Conversation

habeebmoosa
Copy link
Contributor

Fixed typos in the Node.js Quickstart.

Typo 1

  • Original: Create a .env file in your project root and add your OpenAI API Key.
  • Modified: Create a .env file in your project's root directory and add your OpenAI API Key.
  • Reason: "Project's root directory" is more precise.

Typo 2

  • Original: Set up a readline interface for taking input from the terminal, enabling interactive sessions directly from the command line.
  • Modified: Set up a readline interface to take input from the terminal, enabling interactive sessions directly from the command line.
  • Reason: "To take input" is more natural than "for taking input."

Typo 3

  • Original: Tools are actions that an LLM can invoke. The results of these actions can be reported back to the LLM to be considered in the next response.
  • Modified: Tools are actions that an LLM can invoke. The results of these actions can be reported back to the LLM to be considered for the next response.
  • Reason: "For the next response" is more precise.

@habeebmoosa habeebmoosa changed the title Typos fixed in the Node.js Quickstart doc: Typos fixed in the Node.js Quickstart Feb 4, 2025
@lgrammel lgrammel changed the title doc: Typos fixed in the Node.js Quickstart fix (docs): typos fixed in the Node.js Quickstart Feb 5, 2025
@lgrammel lgrammel merged commit 77a2b66 into vercel:main Feb 10, 2025
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants