AksharaSachin commited on
Commit
7b05144
·
verified ·
1 Parent(s): a98c0d0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -48,7 +48,7 @@ def build_agent():
48
  # )
49
 
50
  llm = HuggingFaceHub(
51
- repo_id="distilbert/distilgpt2",
52
  model_kwargs={
53
  "temperature": 0.7,
54
  "max_new_tokens": 100
 
48
  # )
49
 
50
  llm = HuggingFaceHub(
51
+ repo_id="google/flan-t5-base",
52
  model_kwargs={
53
  "temperature": 0.7,
54
  "max_new_tokens": 100