RamezCh commited on
Commit
db364e6
·
verified ·
1 Parent(s): 53c91db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from retriever import game_info_tool
10
  import os
11
 
12
  llm = HuggingFaceEndpoint(
13
- repo_id="google/flan-t5-base",
14
  temperature=0.7,
15
  max_new_tokens=256,
16
  huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN")
 
10
  import os
11
 
12
  llm = HuggingFaceEndpoint(
13
+ repo_id="tiiuae/falcon-7b-instruct",
14
  temperature=0.7,
15
  max_new_tokens=256,
16
  huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN")