Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ intents.message_content = True
|
|
15 |
intents.messages = True
|
16 |
intents.guilds = True
|
17 |
intents.guild_messages = True
|
18 |
-
intents.threads = True # 스레드 권한 추가
|
19 |
|
20 |
# 추론 API 클라이언트 설정
|
21 |
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|
|
|
15 |
intents.messages = True
|
16 |
intents.guilds = True
|
17 |
intents.guild_messages = True
|
|
|
18 |
|
19 |
# 추론 API 클라이언트 설정
|
20 |
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
|