matthewfarant commited on
Commit
2464969
1 Parent(s): 7bdd776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ os.environ["GOOGLE_API_KEY"] = os.getenv('GOOGLE_API_KEY')
22
 
23
  # Llama Endpoint
24
  llm = HuggingFaceEndpoint(
25
- repo_id="meta-llama/Meta-Llama-3.1-8B-Instruct",
26
  task="text-generation",
27
  max_new_tokens = 4000,
28
  do_sample = False,
 
22
 
23
  # Llama Endpoint
24
  llm = HuggingFaceEndpoint(
25
+ repo_id="meta-llama/Meta-Llama-3-70B-Instruct",
26
  task="text-generation",
27
  max_new_tokens = 4000,
28
  do_sample = False,