ginipick commited on
Commit
4e78b32
·
verified ·
1 Parent(s): e40cf85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -4,8 +4,9 @@ import os
4
  import requests
5
 
6
 
7
- client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
8
-
 
9
 
10
  def respond(
11
  message,
 
4
  import requests
5
 
6
 
7
+ # 추론 API 클라이언트 설정
8
+ # hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus", token=os.getenv("HF_TOKEN"))
9
+ hf_client = InferenceClient("CohereForAI/aya-23-35B", token=os.getenv("HF_TOKEN"))
10
 
11
  def respond(
12
  message,