Skip to content

Commit

Permalink
Add empty user message in new chat
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Apr 23, 2024
1 parent 11303af commit 3c2f30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ const INITIAL_TOOL_CHOICE: ChatCompletionToolChoiceOption = "auto";

const INITIAL_MESSAGES: ChatCompletionMessageParam[] = [
{ role: "system", content: "You are a helpful assistant" },
{ role: "user", content: "" },
// { role: "user", content: "What is the capital of France?" },
// { role: "assistant", content: "Paris is the capital of France." },
// {
Expand Down

0 comments on commit 3c2f30e

Please sign in to comment.