Skip to content

jbrown1618/azure-code-interpreter-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

  1. Create Azure resources:

    • Create a resource group

    • Create a Container App Session Pool - choose either Python or NodeJS

    • Create an access token (this step will need to be repeated whenever the API starts returning 401s)

      az login
      az account get-access-token --resource https://dynamicsessions.io
      
  2. Set up environment variables cp .env.sample .env

  3. Copy values from the Azure portal to the environment file

  4. Run the POC

    python3 -m venv ./venv
    source ./venv/bin/activate
    pip install -r requirements.txt
    
    python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages