Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
import requests
|
5 |
|
6 |
# Set up the inference API client
|
7 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
8 |
|
9 |
def respond(
|
10 |
message,
|
|
|
4 |
import requests
|
5 |
|
6 |
# Set up the inference API client
|
7 |
+
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
|
8 |
|
9 |
def respond(
|
10 |
message,
|