Skip to content

Commit

Permalink
Avoid setting token to default value again
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Sep 10, 2024
1 parent 2ee3fc9 commit b23acba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions textbook/chapter_1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,6 @@ const chatInterface = createChatInterface({
firstMessage: first_message,
bossImage: 'img/environ_minister.jpg',
bossName: 'Minister Reed',
maxTokens: 100
});
return html`${chatInterface}`;
Expand Down Expand Up @@ -1152,7 +1151,6 @@ These are striking results! There are some clear clusters and outliers in the da
firstMessage: first_message,
bossImage: 'img/environ_minister.jpg',
bossName: 'Minister Reed',
maxTokens: 100
});
return html`${chatInterface}`;
Expand Down

0 comments on commit b23acba

Please sign in to comment.