Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ intents.guilds = True
|
|
| 19 |
intents.guild_messages = True
|
| 20 |
|
| 21 |
# 추론 API 클라이언트 설정
|
| 22 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
| 23 |
#hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
| 24 |
|
| 25 |
# 특정 채널 ID
|
|
|
|
| 19 |
intents.guild_messages = True
|
| 20 |
|
| 21 |
# 추론 API 클라이언트 설정
|
| 22 |
+
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
|
| 23 |
#hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
|
| 24 |
|
| 25 |
# 특정 채널 ID
|