teddyllm commited on
Commit
b91b6ab
·
verified ·
1 Parent(s): 931f871

update model id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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