Spaces:
Sleeping
Sleeping
fx
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ vectorstore = Chroma.from_documents(
|
|
| 88 |
)
|
| 89 |
retriever = vectorstore.as_retriever()
|
| 90 |
|
| 91 |
-
llm =
|
| 92 |
|
| 93 |
# After RAG chain
|
| 94 |
after_rag_template = """You are a {role}. Summarize the following content for yourself and speak in terms of first person.
|
|
|
|
| 88 |
)
|
| 89 |
retriever = vectorstore.as_retriever()
|
| 90 |
|
| 91 |
+
llm = HuggingFaceInterferenceClientRunnable(client)
|
| 92 |
|
| 93 |
# After RAG chain
|
| 94 |
after_rag_template = """You are a {role}. Summarize the following content for yourself and speak in terms of first person.
|