Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ RAG_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"],
|
|
54 |
template = rag_template)
|
55 |
|
56 |
#Plattform Keys aus den Secrets holen zu diesem Space
|
57 |
-
HUGGINGFACEHUB_API_TOKEN = os.getenv("
|
58 |
OAI_API_KEY=os.getenv("OPENAI_API_KEY")
|
59 |
|
60 |
#Pfad, wo Docs/Bilder/Filme abgelegt werden können - lokal, also hier im HF Space (sonst auf eigenem Rechner)
|
|
|
54 |
template = rag_template)
|
55 |
|
56 |
#Plattform Keys aus den Secrets holen zu diesem Space
|
57 |
+
HUGGINGFACEHUB_API_TOKEN = os.getenv("HF_ACCESS_READ")
|
58 |
OAI_API_KEY=os.getenv("OPENAI_API_KEY")
|
59 |
|
60 |
#Pfad, wo Docs/Bilder/Filme abgelegt werden können - lokal, also hier im HF Space (sonst auf eigenem Rechner)
|