diff --git a/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty b/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty index e980e500..39b0fa37 100644 --- a/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty +++ b/scenarios/rag/custom-rag-app/assets/intent_mapping.prompty @@ -4,7 +4,7 @@ description: A prompty that extract users query intent based on the current_quer model: api: chat configuration: - azure_deployment: gpt-4o + azure_deployment: gpt-4o-mini inputs: conversation: type: array @@ -54,4 +54,4 @@ user: Return the search query for the messages in the following conversation: {{#conversation}} - {{role}}: {{content}} -{{/conversation}} \ No newline at end of file +{{/conversation}}