Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ from examples import (
|
|
26 |
trip_examples
|
27 |
)
|
28 |
|
29 |
-
repo_id = "
|
30 |
llm_client = InferenceClient(model=repo_id, timeout=180)
|
31 |
|
32 |
end_sequence = "I hope that helps!"
|
|
|
26 |
trip_examples
|
27 |
)
|
28 |
|
29 |
+
repo_id = "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1"
|
30 |
llm_client = InferenceClient(model=repo_id, timeout=180)
|
31 |
|
32 |
end_sequence = "I hope that helps!"
|