Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import gradio as gr
|
|
| 3 |
import datetime
|
| 4 |
|
| 5 |
# Initialize the InferenceClient
|
| 6 |
-
client = InferenceClient("
|
| 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>"
|