seawolf2357 commited on
Commit
45b4de6
·
verified ·
1 Parent(s): c727e3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ 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"))
21
  #hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
22
 
23
  # Pexels API 키 설정
 
17
  intents.guild_messages = True
18
 
19
  # 추론 API 클라이언트 설정
20
+ hf_client = InferenceClient("meta-llama/Meta-Llama-3.1-70B-Instruct", token=os.getenv("HF_TOKEN"))
21
  #hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
22
 
23
  # Pexels API 키 설정