Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ from examples import (
|
|
| 24 |
trip_examples
|
| 25 |
)
|
| 26 |
|
| 27 |
-
repo_id = "
|
| 28 |
llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
|
| 29 |
|
| 30 |
end_sequence = "I hope that helps!"
|
|
|
|
| 24 |
trip_examples
|
| 25 |
)
|
| 26 |
|
| 27 |
+
repo_id = "Qwen/Qwen3-32B"
|
| 28 |
llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
|
| 29 |
|
| 30 |
end_sequence = "I hope that helps!"
|