XThomasBU commited on
Commit
2adff4f
·
verified ·
1 Parent(s): 3c6de62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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["HUGGINGFACEHUB_API_TOKEN"],
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