seawolf2357 commited on
Commit
21960ef
·
verified ·
1 Parent(s): a088b10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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"))