Skip to content

Commit

Permalink
Update v2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed May 3, 2024
1 parent f8464c9 commit 2725e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/nodejs/simple/api/v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ module.exports = (app) => {

// Give the model instructions about how it should behave and any context it should reference when generating a response. You can describe the assistant's personality and tell it how to format responses.
roleInformation: // https://learn.microsoft.com/javascript/api/@azure/openai/azurecognitivesearchchatextensionconfiguration?view=azure-node-preview#@azure-openai-azurecognitivesearchchatextensionconfiguration-roleinformation
"You are an AI assistant that helps people find information.",
//"You are an AI assistant that helps people find information.",
"You are an expert Site Reliability Engineer (SRE) and DevOps Engineer that helps people find information."
}
// Other available options: azure_cosmos_db, AzureMachineLearning, Pinecone, Elasticsearch
// https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/ai-services/openai/references/azure-machine-learning.md
Expand Down

0 comments on commit 2725e17

Please sign in to comment.