Spaces:
Sleeping
Sleeping
update model id
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ from examples import (
|
|
24 |
trip_examples
|
25 |
)
|
26 |
|
27 |
-
repo_id = "meta/llama-3.1-405b"
|
28 |
llm_client = ChatNVIDIA(model=repo_id)
|
29 |
end_sequence = "I hope that helps!"
|
30 |
|
|
|
24 |
trip_examples
|
25 |
)
|
26 |
|
27 |
+
repo_id = "meta/llama-3.1-405b-instruct"
|
28 |
llm_client = ChatNVIDIA(model=repo_id)
|
29 |
end_sequence = "I hope that helps!"
|
30 |
|