error with the playground chat when I try to add my own data

John Lipinski 70 Reputation points
2023-07-03T21:31:41.3266667+00:00

I am using the Chat in the playground area of Azure AI Studio. When I try to use the chat together with my own data, I received the following error in the window:
"LLM call failed for chat completion endpoint. Please set OAIGenerationConfig(is_chat=True)"

I am using the gpt35 turbo model. This error only occurs when I add my own data. If I remove my data, the chat works again. This error when attempting to use my own data occurs regardless of whether I add my own data on the fly in the wizard or if I use an index previously successfully created in Cognitive Search.
Is there something wrong with my configuration or is there some limit behind the scenes that I cannot see?

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

Accepted answer
  1. Luis Barcenas 95 Reputation points
    2023-07-10T17:07:56.73+00:00

    I FOUND THE ANSWER!

    The problem is with the DEPLOYMENT NAME.

    If your deployment name includes "_" then this issue will present.

    According to MSFT a fix will be roll out next week that should solve this.

    Drop the "_" from your deployment name and this should work.

    Good luck!

    4 people found this answer helpful.

7 additional answers

Sort by: Most helpful
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2023-07-03T22:19:53.5566667+00:00

    Hi, John

    I've had similar issues (but not identical), when creating my Azure OpenAI instance via PowerShell - I think it uses an old API instance with the incorrect endpoints. How was this created?

    Are you able to try recreating OpenAI using the Portal and trying that?


  2. Konstantinos Passadis 19,591 Reputation points MVP
    2023-07-03T23:23:48.66+00:00

    Hello @John Lipinski !

    Welcome to Microsoft QnA!

    I tried to recreate , even if i do not have much info so please send us your feedback and more details if possible

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards


  3. Ziggy Zulueta 495 Reputation points MVP
    2023-07-05T01:48:15.9133333+00:00

    hi @John Lipinski , Where is your open AI resource deployed? I get a bunch of weird errors in the EAST US location but when I switch over to another region like Europe everything is ok. Probably because the location has so many users and it lacks the GPU. Can you try deploying again in another region?


  4. Konstantinos Passadis 19,591 Reputation points MVP
    2023-07-05T10:17:08.4666667+00:00

    Hello all!!

    Today later i will post the exact procedure i did in West Europe

    In case you want me to try another region please inform me!

    Regards


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.