sam522 commited on
Commit
b2c8e45
·
1 Parent(s): 92be372
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ def extract_text(query: str) -> str:
46
  return "No matching guest information found."
47
 
48
  llm = HuggingFaceEndpoint(
49
- repo_id="HuggingFaceH4/zephyr-7b-beta",
 
50
  task="text-generation",
51
  max_new_tokens=512,
52
  do_sample=False,
 
46
  return "No matching guest information found."
47
 
48
  llm = HuggingFaceEndpoint(
49
+ #repo_id="HuggingFaceH4/zephyr-7b-beta",
50
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
51
  task="text-generation",
52
  max_new_tokens=512,
53
  do_sample=False,