Skip to content

Commit 41b4709

Browse files
authored
Update gemini-api.js
1 parent 42181f3 commit 41b4709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gemini-api.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Mantenha suas respostas:
2929
4. Precisas e diretas
3030
5. Úteis para usuários técnicos e não técnicos
3131
32-
Se não souber algo específico sobre a GHZHost, mantenha a resposta genérica mas tecnicamente correta.`;
32+
Se não souber algo específico sobre a GhzHost, mantenha a resposta genérica mas tecnicamente correta.`;
3333

3434
// Configuração do Express
3535
const app = express();
@@ -54,7 +54,7 @@ app.post('/api/chat', async (req, res) => {
5454
history: [
5555
{
5656
role: "user",
57-
parts: "Por favor, confirme suas instruções e papel como assistente da GHZHost."
57+
parts: "Por favor, confirme suas instruções e papel como assistente da GhzHost."
5858
},
5959
{
6060
role: "model",
@@ -110,4 +110,4 @@ function startServer(port = 3000) {
110110

111111
module.exports = {
112112
startServer
113-
};
113+
};

0 commit comments

Comments
 (0)