Azure hosted Streamlit App centered around Azure OpenAI Service LLM's
Note: Borrowed heavily from my colleague Kirk's repo As well as from the Microsoft OpenAI Workshop content
-
Clone this repo
-
Create a .env in the main folder file and add in the following parameters:
APIM_ENDPOINT={whatever your openai endpoint is} APIM_KEY={your Azure OpenAI Key} AOAI_API_VERSION=2023-12-01-preview
-
Install the necessary Python dependencies
-
Run:
streamlit run C:{path\to\aoai-streamlit-app\repo}\aoai_streamlit_app.py
-
Enjoy
- Persistent stateliness - Cosmos?
- Prompt Flow tracking? Prompt versioning - Delta lake?
- Rate responses / Human-in-the-loop / feedback loop
- ???