fantaxy commited on
Commit
bc96579
·
verified ·
1 Parent(s): fe24d7f

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
  #hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
23
 
24
  # 특정 채널 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
  #hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
23
 
24
  # 특정 채널 ID