Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ from examples import (
|
|
27 |
trip_examples
|
28 |
)
|
29 |
|
30 |
-
repo_id = "
|
31 |
llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
|
32 |
|
33 |
end_sequence = "I hope that helps!"
|
|
|
27 |
trip_examples
|
28 |
)
|
29 |
|
30 |
+
repo_id = "meta-llama/Meta-Llama-3-70B-Instruct"
|
31 |
llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
|
32 |
|
33 |
end_sequence = "I hope that helps!"
|