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