vericudebuget commited on
Commit
e11a6df
1 Parent(s): 27d0fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import datetime
4
 
5
  # Initialize the InferenceClient
6
- client = InferenceClient("mistral-community/Mixtral-8x22B-v0.1")
7
 
8
  def format_prompt(message, history):
9
  prompt = "<s>"
 
3
  import datetime
4
 
5
  # Initialize the InferenceClient
6
+ client = InferenceClient("CohereForAI/c4ai-command-r-plus")
7
 
8
  def format_prompt(message, history):
9
  prompt = "<s>"