Skip to content

Update index.js #12

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

brentlaster
Copy link

One of the key lines of the prompt has incorrect quotes which makes the example not work with the intended greeting. This is to fix the quotes.

@Tokenblkguy83
Copy link

This pull request includes a minor change to the index.js file. The change modifies the content string within the messages.unshift method to use double quotes instead of template literals.

  • index.js: Changed the content string to use double quotes instead of template literals.

Copy link

@AND101190 AND101190 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@@ -54,4 +54,4 @@ app.post("/", express.json(), async (req, res) => {
const port = Number(process.env.PORT || '3000')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

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.

6 participants