Trabis commited on
Commit
4fdd604
·
verified ·
1 Parent(s): 932a879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ from llama_index.embeddings.huggingface import HuggingFaceInferenceAPIEmbedding
12
  # from llama_index.embeddings.huggingface import HuggingFaceEmbedding
13
  import streamlit as st
14
  import pickle
 
15
 
16
 
17
  mistral_api_key = os.getenv("mistral_api_key")
 
12
  # from llama_index.embeddings.huggingface import HuggingFaceEmbedding
13
  import streamlit as st
14
  import pickle
15
+ import os
16
 
17
 
18
  mistral_api_key = os.getenv("mistral_api_key")