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

Update bicep files for GitHub actions #105

Closed jldeen closed 1 month ago

jldeen commented 1 month ago

This pull request updates the bicep files for GitHub actions. The changes include handling login depending on github/azdev, ensuring ipython and ipykernel are installed during postprovision, updating the eval workflow, scaffolding out job summaries, fixing deeplink var, and making other improvements.