Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,6 @@ import streamlit as st
|
|
3 |
|
4 |
Repo.clone_from(st.secrets['GIT_URL'],'./educrpg')
|
5 |
|
6 |
-
import
|
7 |
|
8 |
-
|
|
|
3 |
|
4 |
Repo.clone_from(st.secrets['GIT_URL'],'./educrpg')
|
5 |
|
6 |
+
from educrpg.gaide import gaide
|
7 |
|
8 |
+
gaide(st.secrets['OPENAI_API_KEY'], st.secrets['QDRANT_API_KEY'], st.secrets['QDRANT_URL'], st.secrets['QDRANT_COLLECTION'])
|