Relative Content

Tag Archive for pythonazureazure-ai

Why the chatbot does not take the “system message” into consideration at all?

I am trying to apply a chatbot using the Azure OpenAI service with my own data. I want to give it specific instructions to personalize it. Since it utilizes ChatGPT, I can communicate with it in almost any language. Therefore, I have instructed it to respond to user queries in the language they were asked. Additionally, I have given it a name. However, it always responds in English to the first question (for subsequent questions it mostly changes), and when I ask for its name, it says it does not have one. This suggests that my “system message” is not being considered at all. I would be grateful for any help.