Nymbo commited on
Commit
a8a3bf6
·
verified ·
1 Parent(s): 9d3d567

changing to 70B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def respond(
31
  response = ""
32
 
33
  for message in client.chat.completions.create(
34
- model="meta-llama/Meta-Llama-3.1-405B-Instruct",
35
  max_tokens=max_tokens,
36
  stream=True,
37
  temperature=temperature,
 
31
  response = ""
32
 
33
  for message in client.chat.completions.create(
34
+ model="meta-llama/Llama-3.1-70B-Instruct",
35
  max_tokens=max_tokens,
36
  stream=True,
37
  temperature=temperature,