Skip to content

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

Readable.from(copilotLLMResponse.body).pipe(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