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

Redirect `stdout` in postprovision scripts to avoid spamming terminal output #114

Closed wbreza closed 1 month ago

wbreza commented 1 month ago

Updates both shell and powershell scripts to redirect stdout to /dev/null for pip install and jupyter scripts actions.