Nymbo commited on
Commit
8bb9f2a
1 Parent(s): 59c1b45

updating to command r

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