seawolf2357 commited on
Commit
7610736
1 Parent(s): f13eaff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ intents.guilds = True
18
  intents.guild_messages = True
19
 
20
  # 추론 API 클라이언트 설정
21
- hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
22
 
23
  # 특정 채널 ID
24
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
 
18
  intents.guild_messages = True
19
 
20
  # 추론 API 클라이언트 설정
21
+ hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("HF_TOKEN"))
22
 
23
  # 특정 채널 ID
24
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))