Skip to content

MaximilianCroissant/springbok-onboarding-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Onboarding Demo Backend

Streamlit app that renders a full vite app as a custom component and exchanges data with it - so it basically serves as a backend.

Local Development

poetry install
poetry run streamlit run src/main.py

We need a few env variables for Azure. For local development, you need a .streamlit/secrets.toml See here

AZURE_API_VERSION = "Something with function calling, e.g. 2023-07-01-preview"
AZURE_ENDPOINT = "https://XXX.azure.com"
AZURE_KEY = "XXX123"
AZURE_NAME = "springbok-XXX"