/Streamlit-Azure-OpenAI-WebApp

Azure OpenAI API Integration with Streamlit Integrated Apps

Primary LanguagePython

Pre-requisite

  1. Azure Subscription - Trial or Paid

  2. Azure OpenAI Service Access Raise Request

  3. Python Installation

  4. Visual Studio Code Installation

  5. Other Python Packages To Code The Application. Install the required packages to work with the code. pip install -r requirements.txt

  6. Create .env file and set values as below:

    API_KEY=2642ab2e99fd4b6da1b3fa2e29f278e9
    API_BASE=https://oaisvc23.openai.azure.com/
    
  7. Follow the respective app codes

    • chat_app.py
    • dalle_app.py
  8. YouTube Video Tutorial Link