seawolf2357 commited on
Commit
0ea55ac
1 Parent(s): 804f568

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ intents.guilds = True
16
  intents.guild_messages = True
17
 
18
  # 추론 API 클라이언트 설정
19
- hf_client = InferenceClient("microsoft/Phi-3-mini-128k-instruct", token=os.getenv("HF_TOKEN"))
20
 
21
  # 특정 채널 ID
22
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))
 
16
  intents.guild_messages = True
17
 
18
  # 추론 API 클라이언트 설정
19
+ hf_client = InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO", token=os.getenv("HF_TOKEN"))
20
 
21
  # 특정 채널 ID
22
  SPECIFIC_CHANNEL_ID = int(os.getenv("DISCORD_CHANNEL_ID"))