Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import chainlit as cl
|
|
14 |
llm = HuggingFaceHub(
|
15 |
model_kwargs={"max_length": 500},
|
16 |
repo_id="google/flan-t5-xxl",
|
17 |
-
huggingfacehub_api_token=os.environ["
|
18 |
)
|
19 |
|
20 |
# Add the LLM provider
|
|
|
14 |
llm = HuggingFaceHub(
|
15 |
model_kwargs={"max_length": 500},
|
16 |
repo_id="google/flan-t5-xxl",
|
17 |
+
huggingfacehub_api_token=os.environ["HUGGINGFACE_API_TOKEN"],
|
18 |
)
|
19 |
|
20 |
# Add the LLM provider
|