Azure-Samples / contoso-chat

This sample has the full End2End process of creating RAG application with Prompty and AI Studio. It includes GPT 3.5 Turbo LLM application code, evaluations, deployment automation with AZD CLI, GitHub actions for evaluation and deployment and intent mapping for multiple LLM task mapping.
MIT License
433 stars 2.47k forks source link

NoSuchModelRegistered Error while trying to consume the Endpoint #153

Closed PRINCE-2001 closed 3 weeks ago

PRINCE-2001 commented 1 month ago

Hi All,

Issue: We have successfully deployed the Contoso Chat solution and were able to deploy the endpoint to Azure AI Studio. However, we are encountering issues when attempting to consume the endpoint. Error: Could not fetch the specified model UserError: The specified resource was not found.

image

There is no registered model in Account Subscription: , ResourceGroup: rg-contoso-chat, Workspace: ai-project-tbhfsnvdbefso with id undefined:chat-model:6 Properties Stack trace Error: Request failed with status code 404 at e3 (https://ai.azure.com/assets/index-da1f975d.js:204:4072) at t3 (https://ai.azure.com/assets/index-da1f975d.js:204:4257) at XMLHttpRequest.S (https://ai.azure.com/assets/index-da1f975d.js:205:1665)

image

Can someone please guide us on how to resolve this issue?

cassiebreviu commented 3 weeks ago

Changed to Azure Container Apps.