Azure OpenAI "bring your own data" chatbot not working properly

Liang Huang 40 Reputation points
2023-08-30T11:16:50.1033333+00:00

I built a chatbot Web App with my own data on Azure OpenAI playground, but the chatbot is not working properly.

Here is an interesting example: If I ask question directly, I probably won’t get a good answer. However, if I said hi first and ask my question, then I probably get a good answer.

This is very strange, anyone know why that happends?

chat_history_1

chat_history_2

chat_history_3

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
{count} votes

Accepted answer
  1. Ramr-msft 17,826 Reputation points
    2023-08-31T10:06:43.4766667+00:00

    @Liang Huang Thanks for the question, Are you using the Gpt 3.5 turbo or gpt-4. We don't support the Completions endpoint (+ playground) for newer models anymore. Especially because this will never go GA. We would recommend using the Chat completion API for BYOD.

    https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.