Azure-Samples / contoso-chat

This sample has the full End2End process of creating RAG application with Prompt Flow 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
366 stars 2.28k forks source link

Contoso_python_aca #130

Closed marlenezw closed 1 month ago

marlenezw commented 1 month ago

Made these changes:

  1. Everywhere (except where there are embeddings) you want to make sure that the deployment env variable is "AZURE_OPENAI_CHATGPT_DEPLOYMENT". There are 2, and the other one does not work
  2. Setting the version to the latest version of promptflow
  3. Called pf flow test --flow contoso_chat --inputs question="Tell me about hiking shoes" chat_history=[] customerId="2" from the contoso-chat/src folder. The command in the docs uses `pf flow test --flow contoso-chat which doesn't work