Skip to content

Commit

Permalink
Update gemini.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo2000 authored Oct 23, 2024
1 parent 012ba0e commit 3eecb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text-to-Text/gemini.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1>Gemini Chatbot</h1>
.then(data => {
const msg = data.candidates[0].content.parts[0].text;
document.getElementById("chatHistory").innerHTML +=
"<div><div class='author'>Bot:</div>" +
"<div><div class='author'>LLM:</div>" +
converter.makeHtml(msg) +
"</div>";
thread.push({
Expand Down

0 comments on commit 3eecb51

Please sign in to comment.