seawolf2357 commited on
Commit
2e0112a
1 Parent(s): b4f805e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ 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
- hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
23
 
24
  # 특정 채널 ID
25
  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", token=os.getenv("HF_TOKEN"))
22
+ #hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
23
 
24
  # 특정 채널 ID
25
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))