Spaces:
Running
Running
seawolf2357
commited on
Commit
•
43b1e38
1
Parent(s):
cd961e7
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ intents.guilds = True
|
|
62 |
intents.guild_messages = True
|
63 |
|
64 |
# 추론 API 클라이언트 설정
|
65 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
66 |
|
67 |
# 특정 채널 ID
|
68 |
SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
|
|
|
62 |
intents.guild_messages = True
|
63 |
|
64 |
# 추론 API 클라이언트 설정
|
65 |
+
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
|
66 |
|
67 |
# 특정 채널 ID
|
68 |
SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
|