RamezCh commited on
Commit
944c8fb
·
verified ·
1 Parent(s): db364e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -10,9 +10,7 @@ from retriever import game_info_tool
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")
17
  )
18
 
 
10
  import os
11
 
12
  llm = HuggingFaceEndpoint(
13
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
 
 
14
  huggingfacehub_api_token=os.environ.get("HUGGINGFACEHUB_API_TOKEN")
15
  )
16