Spaces:
Running
Running
new llm
Browse files
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,
|