Vikas1994 commited on
Commit
78e5e75
·
1 Parent(s): 67eb390

Secrets token appended

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ HUGGING_FACE_API_KEY= os.environ.get("HUGGING_FACE_API_KEY")
13
 
14
  Answer= "Let's think step by step."
15
  prompt = PromptTemplate(template=template, input_variables=["question"])
16
- llm=HuggingFaceHub(repo_id="google/flan-t5-xl", model_kwargs={"temperature":1e-10},huggingfacehub_api_token=HUGGING_FACE_API_KEY)
17
 
18
  question = "When was Google founded?"
19
 
 
13
 
14
  Answer= "Let's think step by step."
15
  prompt = PromptTemplate(template=template, input_variables=["question"])
16
+ llm=HuggingFaceHub(repo_id="Writer/palmyra-small", model_kwargs={"temperature":1e-10},huggingfacehub_api_token=HUGGING_FACE_API_KEY)
17
 
18
  question = "When was Google founded?"
19