Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import os
|
|
11 |
os.environ["HUGGINGFACEHUB_API_TOKEN"] = st.secrets["HF_TOKEN"]
|
12 |
|
13 |
# Load Free LLM from Hugging Face
|
14 |
-
llm = HuggingFaceHub(repo_id="mistralai/Mistral-7B-Instruct", model_kwargs={"temperature": 0.5})
|
15 |
|
16 |
# Define Streamlit App
|
17 |
st.set_page_config(page_title="DocuMentorAI", layout="wide")
|
|
|
11 |
os.environ["HUGGINGFACEHUB_API_TOKEN"] = st.secrets["HF_TOKEN"]
|
12 |
|
13 |
# Load Free LLM from Hugging Face
|
14 |
+
llm = HuggingFaceHub(repo_id="mistralai/Mistral-7B-Instruct-v0.3", model_kwargs={"temperature": 0.5})
|
15 |
|
16 |
# Define Streamlit App
|
17 |
st.set_page_config(page_title="DocuMentorAI", layout="wide")
|