Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
import requests
|
7 |
|
8 |
# 추론 API 클라이언트 설정
|
9 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=
|
10 |
|
11 |
def respond(
|
12 |
message,
|
|
|
6 |
import requests
|
7 |
|
8 |
# 추론 API 클라이언트 설정
|
9 |
+
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token= os.getenv("HF_TOKEN"))
|
10 |
|
11 |
def respond(
|
12 |
message,
|