gaiding_light / app.py
educrpg's picture
Update app.py
71cd642
raw
history blame
254 Bytes
from git import Repo
import streamlit as st
Repo.clone_from(st.secrets['GIT_URL'],'./educrpg')
from educrpg.gaide import gaide
gaide(st.secrets['OPENAI_API_KEY'], st.secrets['QDRANT_API_KEY'], st.secrets['QDRANT_URL'], st.secrets['QDRANT_COLLECTION'])